Html Css Color HEX #F03705 Orange Red

📋 copy color: '#F03705'

red 240 ◦ green 55 ◦ blue 5

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

Shades of Orange Red #F03705

Tints of Orange Red #F03705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 80%
G = 18.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03705 (or 0xF03705) is known color: Orange Red. HEX triplet: F0, 37 and 05. RGB value is (240,55,5). Sum of RGB (Red+Green+Blue) = 240+55+5=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F03705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03705 is #0FC8FA. Grayscale: #686868. Windows color (decimal): -1034491 or 342000. OLE color: 342000.

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

Color convert

RGB 240 55 5 -
CMYK 0 0.77 0.98 0.06
HSL 12.77º 0.96% 0.48% -
HSV(B) 12.77º 0.98% 0.94% -
XYZ 37.33 21.27 2.28 -
YUV 104.62 71.79 224.57 -
System Red Green Blue C M Y K H S L
Decimal 240 55 5 0 0.77 0.98 0.06 12.77 0.96 0.48
Hex F0 37 5 0 4D 62 6 D 60 30
Octal 360 67 5 0 115 142 6 15 140 60
Binary 11110000 110111 101 0 1001101 1100010 110 1101 1100000 110000

Color Harmonies of #F03705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03705

Black with #F03705

Text Example


Text Example

White with #F03705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03705; }

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

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

background-color css

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

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

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

border-color css

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

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

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