Html Css Color HEX #F03605 Orange Red

📋 copy color: '#F03605'

red 240 ◦ green 54 ◦ blue 5

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

Shades of Orange Red #F03605

Tints of Orange Red #F03605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 80.27%
G = 18.06%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03605 (or 0xF03605) is known color: Orange Red. HEX triplet: F0, 36 and 05. RGB value is (240,54,5). Sum of RGB (Red+Green+Blue) = 240+54+5=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F03605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03605 is #0FC9FA. Grayscale: #686868. Windows color (decimal): -1034747 or 341744. OLE color: 341744.

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

Color convert

RGB 240 54 5 -
CMYK 0 0.78 0.98 0.06
HSL 12.51º 0.96% 0.48% -
HSV(B) 12.51º 0.98% 0.94% -
XYZ 37.28 21.17 2.27 -
YUV 104.03 72.12 224.98 -
System Red Green Blue C M Y K H S L
Decimal 240 54 5 0 0.78 0.98 0.06 12.51 0.96 0.48
Hex F0 36 5 0 4E 62 6 D 60 30
Octal 360 66 5 0 116 142 6 15 140 60
Binary 11110000 110110 101 0 1001110 1100010 110 1101 1100000 110000

Color Harmonies of #F03605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03605

Black with #F03605

Text Example


Text Example

White with #F03605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03605; }

 p { color: rgb(240,54,5); }

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

background-color css

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

 a { background-color: rgb(240,54,5); }

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

border-color css

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

 span { border-color: rgb(240,54,5); }

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