Html Css Color HEX #F03A09 Orange Red

📋 copy color: '#F03A09'

red 240 ◦ green 58 ◦ blue 9

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

Shades of Orange Red #F03A09

Tints of Orange Red #F03A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 78.18%
G = 18.89%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F03A09 (or 0xF03A09) is known color: Orange Red. HEX triplet: F0, 3A and 09. RGB value is (240,58,9). Sum of RGB (Red+Green+Blue) = 240+58+9=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03A09 is #0FC5F6. Grayscale: #6B6B6B. Windows color (decimal): -1033719 or 604912. OLE color: 604912.

HSL color Cylindrical-coordinate representation of color #F03A09: hue angle of 12.73º 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 #F03A09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 9 -
CMYK 0 0.76 0.96 0.06
HSL 12.73º 0.93% 0.49% -
HSV(B) 12.73º 0.96% 0.94% -
XYZ 37.5 21.57 2.45 -
YUV 106.83 72.8 222.98 -
System Red Green Blue C M Y K H S L
Decimal 240 58 9 0 0.76 0.96 0.06 12.73 0.93 0.49
Hex F0 3A 9 0 4C 60 6 D 5D 31
Octal 360 72 11 0 114 140 6 15 135 61
Binary 11110000 111010 1001 0 1001100 1100000 110 1101 1011101 110001

Color Harmonies of #F03A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A09

Black with #F03A09

Text Example


Text Example

White with #F03A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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