Color Hex Logo

#f9003d Color Hex

#F9003D
(249,0,61)
0 Favorites   0 Comments

Color spaces of #f9003d

RGB 249061
HSL0.961.000.49
HSV345°100°98°
CMYK 0.001.000.76   0.02
XYZ39.909220.47676.2638
Yxy20.47670.59880.3072
Hunter Lab45.251278.238223.4687
CIE-Lab52.372079.704040.6758

#f9003d color RGB value is (249,0,61).

#f9003d hex color red value is 249, green value is 0 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f9003d hue: 0.96 , saturation: 1.00 and the lightness value of f9003d is 0.49.

The process color (four color CMYK) of #f9003d color hex is 0.00, 1.00, 0.76, 0.02. Web safe color of #f9003d is #ff0033. Color #f9003d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 00111101
Octal 371 0 75
Decimal 249 0 61
Hex F9 0 3D

RGB Percentages of Color #f9003d

%80.32
%0.00
%19.68

CMYK Percentages of Color #f9003d

%0
%100
%76
%2

Triadic Colors of #f9003d

#f9003d #3df900 #003df9

Analogous Colors of #f9003d

#f9003d #f93f00 #f900ba

Monochromatic Colors of #f9003d

#f9003d

Complementary Color

#f9003d #00f9bc

#f9003d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9003d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9003d Color CSS Codes

.mybgcolor {background-color:#f9003d; } 
.myforecolor {color:#f9003d; }
.mybordercolor {border:3px solid #f9003d; }

#f9003d Text Font Color

<p style="color:#f9003d">Text here</p>

This sample text font color is #f9003d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f9003d Background Color

<div style="background-color:#f9003d">
Div content here</div>

This div background color is #f9003d


#f9003d Border Color

<div style="border:3px solid #f9003d">
Div here</div>

This div border color is #f9003d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,0,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9003d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9003d;
  -webkit-box-shadow: 1px 1px 3px 2px #f9003d;
  box-shadow:         1px 1px 3px 2px #f9003d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,0,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f9003d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f9003d;
  -webkit-box-shadow: 1px 1px 3px 2px #f9003d;
  box-shadow:         1px 1px 3px 2px #f9003d;">
Div content here</div>

This div box has shadow with color #f9003d

Related Colors


Comments

No comments written yet.

Please login to write comment.