Html Css Color HEX #F0490B Orange Red

📋 copy color: '#F0490B'

red 240 ◦ green 73 ◦ blue 11

#F0490B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F0490B

Tints of Orange Red #F0490B

RGB

 RED value IS 240 (94.14% from 255) = 74.07%

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 74.07%
G = 22.53%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0490B (or 0xF0490B) is known color: Orange Red. HEX triplet: F0, 49 and 0B. RGB value is (240,73,11). Sum of RGB (Red+Green+Blue) = 240+73+11=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0490B is #0FB6F4. Grayscale: #747474. Windows color (decimal): -1029877 or 739824. OLE color: 739824.

HSL color Cylindrical-coordinate representation of color #F0490B: hue angle of 16.24º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0490B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 11 -
CMYK 0 0.70 0.95 0.06
HSL 16.24º 0.91% 0.49% -
HSV(B) 16.24º 0.95% 0.94% -
XYZ 38.38 23.31 2.79 -
YUV 115.87 68.83 216.54 -
System Red Green Blue C M Y K H S L
Decimal 240 73 11 0 0.70 0.95 0.06 16.24 0.91 0.49
Hex F0 49 B 0 46 5F 6 10 5B 31
Octal 360 111 13 0 106 137 6 20 133 61
Binary 11110000 1001001 1011 0 1000110 1011111 110 10000 1011011 110001

Color Harmonies of #F0490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0490B

Black with #F0490B

Text Example


Text Example

White with #F0490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0490B; }

 p { color: rgb(240,73,11); }

 H1.HeaderClassName
 {
   color: #F0490B;
 }
 .AnyTagClassName
 {
   color: #F0490B;
 }
</style>

background-color css

<style>
 a { background-color: #F0490B; }

 a { background-color: rgb(240,73,11); }

 div.DivClassName
 {
   background-color: #F0490B;
 }
 .BgClassName
 {
   background-color: #F0490B;
 }
</style>

border-color css

<style>
 span { border-color: #F0490B; }

 span { border-color: rgb(240,73,11); }

 td.TdClassName
 {
   border-color: #F0490B;
 }
 .TagClassName
 {
   border-color: #F0490B;
 }
</style>