Html Css Color HEX #F02C24 Red Orange

📋 copy color: '#F02C24'

red 240 ◦ green 44 ◦ blue 36

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

Shades of Red Orange #F02C24

Tints of Red Orange #F02C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 75%
G = 13.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02C24 (or 0xF02C24) is known color: Red Orange. HEX triplet: F0, 2C and 24. RGB value is (240,44,36). Sum of RGB (Red+Green+Blue) = 240+44+36=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C24 is #0FD3DB. Grayscale: #656565. Windows color (decimal): -1037276 or 2370800. OLE color: 2370800.

HSL color Cylindrical-coordinate representation of color #F02C24: hue angle of 2.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02C24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 36 -
CMYK 0 0.82 0.85 0.06
HSL 2.35º 0.87% 0.54% -
HSV(B) 2.35º 0.85% 0.94% -
XYZ 37.15 20.45 3.66 -
YUV 101.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 240 44 36 0 0.82 0.85 0.06 2.35 0.87 0.54
Hex F0 2C 24 0 52 55 6 2 57 36
Octal 360 54 44 0 122 125 6 2 127 66
Binary 11110000 101100 100100 0 1010010 1010101 110 10 1010111 110110

Color Harmonies of #F02C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C24

Black with #F02C24

Text Example


Text Example

White with #F02C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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