Html Css Color HEX #F02F20 Red Orange

📋 copy color: '#F02F20'

red 240 ◦ green 47 ◦ blue 32

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

Shades of Red Orange #F02F20

Tints of Red Orange #F02F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 75.24%
G = 14.73%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02F20 (or 0xF02F20) is known color: Red Orange. HEX triplet: F0, 2F and 20. RGB value is (240,47,32). Sum of RGB (Red+Green+Blue) = 240+47+32=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02F20 is #0FD0DF. Grayscale: #676767. Windows color (decimal): -1036512 or 2109424. OLE color: 2109424.

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

Color convert

RGB 240 47 32 -
CMYK 0 0.80 0.87 0.06
HSL 4.33º 0.87% 0.53% -
HSV(B) 4.33º 0.87% 0.94% -
XYZ 37.21 20.66 3.39 -
YUV 103 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 240 47 32 0 0.80 0.87 0.06 4.33 0.87 0.53
Hex F0 2F 20 0 50 57 6 4 57 35
Octal 360 57 40 0 120 127 6 4 127 65
Binary 11110000 101111 100000 0 1010000 1010111 110 100 1010111 110101

Color Harmonies of #F02F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F20

Black with #F02F20

Text Example


Text Example

White with #F02F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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