Html Css Color HEX #F24E23 Cinnabar

📋 copy color: '#F24E23'

red 242 ◦ green 78 ◦ blue 35

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

Shades of Cinnabar #F24E23

Tints of Cinnabar #F24E23

RGB

 RED value IS 242 (94.92% from 255) = 68.17%

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 68.17%
G = 21.97%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24E23 (or 0xF24E23) is known color: Cinnabar. HEX triplet: F2, 4E and 23. RGB value is (242,78,35). Sum of RGB (Red+Green+Blue) = 242+78+35=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24E23 is #0DB1DC. Grayscale: #7A7A7A. Windows color (decimal): -897501 or 2313970. OLE color: 2313970.

HSL color Cylindrical-coordinate representation of color #F24E23: hue angle of 12.46º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F24E23 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 78 35 -
CMYK 0 0.68 0.86 0.05
HSL 12.46º 0.89% 0.54% -
HSV(B) 12.46º 0.86% 0.95% -
XYZ 39.65 24.45 4.22 -
YUV 122.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 242 78 35 0 0.68 0.86 0.05 12.46 0.89 0.54
Hex F2 4E 23 0 44 56 5 C 59 36
Octal 362 116 43 0 104 126 5 14 131 66
Binary 11110010 1001110 100011 0 1000100 1010110 101 1100 1011001 110110

Color Harmonies of #F24E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E23

Black with #F24E23

Text Example


Text Example

White with #F24E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E23; }

 p { color: rgb(242,78,35); }

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

background-color css

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

 a { background-color: rgb(242,78,35); }

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

border-color css

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

 span { border-color: rgb(242,78,35); }

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