Html Css Color HEX #F02820 Red Orange

📋 copy color: '#F02820'

red 240 ◦ green 40 ◦ blue 32

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

Shades of Red Orange #F02820

Tints of Red Orange #F02820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 76.92%
G = 12.82%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02820 (or 0xF02820) is known color: Red Orange. HEX triplet: F0, 28 and 20. RGB value is (240,40,32). Sum of RGB (Red+Green+Blue) = 240+40+32=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02820 is #0FD7DF. Grayscale: #636363. Windows color (decimal): -1038304 or 2107632. OLE color: 2107632.

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

Color convert

RGB 240 40 32 -
CMYK 0 0.83 0.87 0.06
HSL 2.31º 0.87% 0.53% -
HSV(B) 2.31º 0.87% 0.94% -
XYZ 36.95 20.15 3.31 -
YUV 98.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 240 40 32 0 0.83 0.87 0.06 2.31 0.87 0.53
Hex F0 28 20 0 53 57 6 2 57 35
Octal 360 50 40 0 123 127 6 2 127 65
Binary 11110000 101000 100000 0 1010011 1010111 110 10 1010111 110101

Color Harmonies of #F02820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02820

Black with #F02820

Text Example


Text Example

White with #F02820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02820; }

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

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

background-color css

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

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

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

border-color css

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

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

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