Html Css Color HEX #F02424 Red Orange

📋 copy color: '#F02424'

red 240 ◦ green 36 ◦ blue 36

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

Shades of Red Orange #F02424

Tints of Red Orange #F02424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

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

R = 76.92%
G = 11.54%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02424 (or 0xF02424) is known color: Red Orange. HEX triplet: F0, 24 and 24. RGB value is (240,36,36). Sum of RGB (Red+Green+Blue) = 240+36+36=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02424 is #0FDBDB. Grayscale: #616161. Windows color (decimal): -1039324 or 2368752. OLE color: 2368752.

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

Color convert

RGB 240 36 36 -
CMYK 0 0.85 0.85 0.06
HSL 0.87% 0.54% -
HSV(B) 0.85% 0.94% -
XYZ 36.88 19.91 3.57 -
YUV 97 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 240 36 36 0 0.85 0.85 0.06 0 0.87 0.54
Hex F0 24 24 0 55 55 6 0 57 36
Octal 360 44 44 0 125 125 6 0 127 66
Binary 11110000 100100 100100 0 1010101 1010101 110 0 1010111 110110

Color Harmonies of #F02424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02424

Black with #F02424

Text Example


Text Example

White with #F02424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02424; }

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

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

background-color css

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

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

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

border-color css

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

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

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