Html Css Color HEX #F24823 Cinnabar

📋 copy color: '#F24823'

red 242 ◦ green 72 ◦ blue 35

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

Shades of Cinnabar #F24823

Tints of Cinnabar #F24823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 69.34%
G = 20.63%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24823 (or 0xF24823) is known color: Cinnabar. HEX triplet: F2, 48 and 23. RGB value is (242,72,35). Sum of RGB (Red+Green+Blue) = 242+72+35=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24823 is #0DB7DC. Grayscale: #767676. Windows color (decimal): -899037 or 2312434. OLE color: 2312434.

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

Color convert

RGB 242 72 35 -
CMYK 0 0.70 0.86 0.05
HSL 10.72º 0.89% 0.54% -
HSV(B) 10.72º 0.86% 0.95% -
XYZ 39.24 23.63 4.08 -
YUV 118.61 80.82 216.01 -
System Red Green Blue C M Y K H S L
Decimal 242 72 35 0 0.70 0.86 0.05 10.72 0.89 0.54
Hex F2 48 23 0 46 56 5 B 59 36
Octal 362 110 43 0 106 126 5 13 131 66
Binary 11110010 1001000 100011 0 1000110 1010110 101 1011 1011001 110110

Color Harmonies of #F24823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24823

Black with #F24823

Text Example


Text Example

White with #F24823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24823; }

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

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

background-color css

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

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

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

border-color css

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

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

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