Html Css Color HEX #F03320 Red Orange

📋 copy color: '#F03320'

red 240 ◦ green 51 ◦ blue 32

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

Shades of Red Orange #F03320

Tints of Red Orange #F03320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 74.3%
G = 15.79%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F03320 (or 0xF03320) is known color: Red Orange. HEX triplet: F0, 33 and 20. RGB value is (240,51,32). Sum of RGB (Red+Green+Blue) = 240+51+32=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F03320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03320 is #0FCCDF. Grayscale: #696969. Windows color (decimal): -1035488 or 2110448. OLE color: 2110448.

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

Color convert

RGB 240 51 32 -
CMYK 0 0.79 0.87 0.06
HSL 5.48º 0.87% 0.53% -
HSV(B) 5.48º 0.87% 0.94% -
XYZ 37.38 21 3.45 -
YUV 105.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 240 51 32 0 0.79 0.87 0.06 5.48 0.87 0.53
Hex F0 33 20 0 4F 57 6 5 57 35
Octal 360 63 40 0 117 127 6 5 127 65
Binary 11110000 110011 100000 0 1001111 1010111 110 101 1010111 110101

Color Harmonies of #F03320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03320

Black with #F03320

Text Example


Text Example

White with #F03320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03320; }

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

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

background-color css

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

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

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

border-color css

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

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

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