Html Css Color HEX #F03F09 Orange Red

📋 copy color: '#F03F09'

red 240 ◦ green 63 ◦ blue 9

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

Shades of Orange Red #F03F09

Tints of Orange Red #F03F09

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 76.92%
G = 20.19%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F03F09 (or 0xF03F09) is known color: Orange Red. HEX triplet: F0, 3F and 09. RGB value is (240,63,9). Sum of RGB (Red+Green+Blue) = 240+63+9=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F09 is #0FC0F6. Grayscale: #6E6E6E. Windows color (decimal): -1032439 or 606192. OLE color: 606192.

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

Color convert

RGB 240 63 9 -
CMYK 0 0.74 0.96 0.06
HSL 14.03º 0.93% 0.49% -
HSV(B) 14.03º 0.96% 0.94% -
XYZ 37.76 22.1 2.53 -
YUV 109.77 71.14 220.89 -
System Red Green Blue C M Y K H S L
Decimal 240 63 9 0 0.74 0.96 0.06 14.03 0.93 0.49
Hex F0 3F 9 0 4A 60 6 E 5D 31
Octal 360 77 11 0 112 140 6 16 135 61
Binary 11110000 111111 1001 0 1001010 1100000 110 1110 1011101 110001

Color Harmonies of #F03F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F09

Black with #F03F09

Text Example


Text Example

White with #F03F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F09; }

 p { color: rgb(240,63,9); }

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

background-color css

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

 a { background-color: rgb(240,63,9); }

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

border-color css

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

 span { border-color: rgb(240,63,9); }

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