Html Css Color HEX #F02C20 Red Orange

📋 copy color: '#F02C20'

red 240 ◦ green 44 ◦ blue 32

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

Shades of Red Orange #F02C20

Tints of Red Orange #F02C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 75.95%
G = 13.92%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02C20 (or 0xF02C20) is known color: Red Orange. HEX triplet: F0, 2C and 20. RGB value is (240,44,32). Sum of RGB (Red+Green+Blue) = 240+44+32=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C20 is #0FD3DF. Grayscale: #656565. Windows color (decimal): -1037280 or 2108656. OLE color: 2108656.

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

Color convert

RGB 240 44 32 -
CMYK 0 0.82 0.87 0.06
HSL 3.46º 0.87% 0.53% -
HSV(B) 3.46º 0.87% 0.94% -
XYZ 37.1 20.43 3.35 -
YUV 101.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 240 44 32 0 0.82 0.87 0.06 3.46 0.87 0.53
Hex F0 2C 20 0 52 57 6 3 57 35
Octal 360 54 40 0 122 127 6 3 127 65
Binary 11110000 101100 100000 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #F02C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C20

Black with #F02C20

Text Example


Text Example

White with #F02C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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