Html Css Color HEX #F03520 Red Orange

📋 copy color: '#F03520'

red 240 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #F03520

Tints of Red Orange #F03520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 73.85%
G = 16.31%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F03520 (or 0xF03520) is known color: Red Orange. HEX triplet: F0, 35 and 20. RGB value is (240,53,32). Sum of RGB (Red+Green+Blue) = 240+53+32=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F03520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03520 is #0FCADF. Grayscale: #6A6A6A. Windows color (decimal): -1034976 or 2110960. OLE color: 2110960.

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

Color convert

RGB 240 53 32 -
CMYK 0 0.78 0.87 0.06
HSL 6.06º 0.87% 0.53% -
HSV(B) 6.06º 0.87% 0.94% -
XYZ 37.47 21.18 3.48 -
YUV 106.52 85.95 223.21 -
System Red Green Blue C M Y K H S L
Decimal 240 53 32 0 0.78 0.87 0.06 6.06 0.87 0.53
Hex F0 35 20 0 4E 57 6 6 57 35
Octal 360 65 40 0 116 127 6 6 127 65
Binary 11110000 110101 100000 0 1001110 1010111 110 110 1010111 110101

Color Harmonies of #F03520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03520

Black with #F03520

Text Example


Text Example

White with #F03520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03520; }

 p { color: rgb(240,53,32); }

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

background-color css

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

 a { background-color: rgb(240,53,32); }

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

border-color css

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

 span { border-color: rgb(240,53,32); }

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