Html Css Color HEX #F03420 Red Orange

📋 copy color: '#F03420'

red 240 ◦ green 52 ◦ blue 32

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

Shades of Red Orange #F03420

Tints of Red Orange #F03420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 74.07%
G = 16.05%
B = 9.88%

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

#F03420 (or 0xF03420) is known color: Red Orange. HEX triplet: F0, 34 and 20. RGB value is (240,52,32). Sum of RGB (Red+Green+Blue) = 240+52+32=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F03420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03420 is #0FCBDF. Grayscale: #6A6A6A. Windows color (decimal): -1035232 or 2110704. OLE color: 2110704.

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

Color convert

RGB 240 52 32 -
CMYK 0 0.78 0.87 0.06
HSL 5.77º 0.87% 0.53% -
HSV(B) 5.77º 0.87% 0.94% -
XYZ 37.42 21.09 3.46 -
YUV 105.93 86.28 223.63 -
System Red Green Blue C M Y K H S L
Decimal 240 52 32 0 0.78 0.87 0.06 5.77 0.87 0.53
Hex F0 34 20 0 4E 57 6 6 57 35
Octal 360 64 40 0 116 127 6 6 127 65
Binary 11110000 110100 100000 0 1001110 1010111 110 110 1010111 110101

Color Harmonies of #F03420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03420

Black with #F03420

Text Example


Text Example

White with #F03420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03420; }

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

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

background-color css

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

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

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

border-color css

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

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

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