Html Css Color HEX #F02520 Red Orange

📋 copy color: '#F02520'

red 240 ◦ green 37 ◦ blue 32

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

Shades of Red Orange #F02520

Tints of Red Orange #F02520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 77.67%
G = 11.97%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02520 (or 0xF02520) is known color: Red Orange. HEX triplet: F0, 25 and 20. RGB value is (240,37,32). Sum of RGB (Red+Green+Blue) = 240+37+32=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F02520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02520 is #0FDADF. Grayscale: #616161. Windows color (decimal): -1039072 or 2106864. OLE color: 2106864.

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

Color convert

RGB 240 37 32 -
CMYK 0 0.85 0.87 0.06
HSL 1.44º 0.87% 0.53% -
HSV(B) 1.44º 0.87% 0.94% -
XYZ 36.86 19.95 3.28 -
YUV 97.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 240 37 32 0 0.85 0.87 0.06 1.44 0.87 0.53
Hex F0 25 20 0 55 57 6 1 57 35
Octal 360 45 40 0 125 127 6 1 127 65
Binary 11110000 100101 100000 0 1010101 1010111 110 1 1010111 110101

Color Harmonies of #F02520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02520

Black with #F02520

Text Example


Text Example

White with #F02520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02520; }

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

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

background-color css

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

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

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

border-color css

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

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

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