Html Css Color HEX #F24D23 Cinnabar

📋 copy color: '#F24D23'

red 242 ◦ green 77 ◦ blue 35

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

Shades of Cinnabar #F24D23

Tints of Cinnabar #F24D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 68.36%
G = 21.75%
B = 9.89%

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

#F24D23 (or 0xF24D23) is known color: Cinnabar. HEX triplet: F2, 4D and 23. RGB value is (242,77,35). Sum of RGB (Red+Green+Blue) = 242+77+35=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D23 is #0DB2DC. Grayscale: #797979. Windows color (decimal): -897757 or 2313714. OLE color: 2313714.

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

Color convert

RGB 242 77 35 -
CMYK 0 0.68 0.86 0.05
HSL 12.17º 0.89% 0.54% -
HSV(B) 12.17º 0.86% 0.95% -
XYZ 39.58 24.31 4.2 -
YUV 121.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 242 77 35 0 0.68 0.86 0.05 12.17 0.89 0.54
Hex F2 4D 23 0 44 56 5 C 59 36
Octal 362 115 43 0 104 126 5 14 131 66
Binary 11110010 1001101 100011 0 1000100 1010110 101 1100 1011001 110110

Color Harmonies of #F24D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D23

Black with #F24D23

Text Example


Text Example

White with #F24D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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