Html Css Color HEX #F03805 Orange Red

📋 copy color: '#F03805'

red 240 ◦ green 56 ◦ blue 5

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

Shades of Orange Red #F03805

Tints of Orange Red #F03805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 79.73%
G = 18.6%
B = 1.66%

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

#F03805 (or 0xF03805) is known color: Orange Red. HEX triplet: F0, 38 and 05. RGB value is (240,56,5). Sum of RGB (Red+Green+Blue) = 240+56+5=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F03805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03805 is #0FC7FA. Grayscale: #696969. Windows color (decimal): -1034235 or 342256. OLE color: 342256.

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

Color convert

RGB 240 56 5 -
CMYK 0 0.77 0.98 0.06
HSL 13.02º 0.96% 0.48% -
HSV(B) 13.02º 0.98% 0.94% -
XYZ 37.38 21.36 2.3 -
YUV 105.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 240 56 5 0 0.77 0.98 0.06 13.02 0.96 0.48
Hex F0 38 5 0 4D 62 6 D 60 30
Octal 360 70 5 0 115 142 6 15 140 60
Binary 11110000 111000 101 0 1001101 1100010 110 1101 1100000 110000

Color Harmonies of #F03805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03805

Black with #F03805

Text Example


Text Example

White with #F03805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03805; }

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

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

background-color css

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

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

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

border-color css

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

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

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