Html Css Color HEX #F24923 Cinnabar

📋 copy color: '#F24923'

red 242 ◦ green 73 ◦ blue 35

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

Shades of Cinnabar #F24923

Tints of Cinnabar #F24923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 69.14%
G = 20.86%
B = 10%

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

#F24923 (or 0xF24923) is known color: Cinnabar. HEX triplet: F2, 49 and 23. RGB value is (242,73,35). Sum of RGB (Red+Green+Blue) = 242+73+35=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F24923 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24923 is #0DB6DC. Grayscale: #777777. Windows color (decimal): -898781 or 2312690. OLE color: 2312690.

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

Color convert

RGB 242 73 35 -
CMYK 0 0.70 0.86 0.05
HSL 11.01º 0.89% 0.54% -
HSV(B) 11.01º 0.86% 0.95% -
XYZ 39.3 23.76 4.11 -
YUV 119.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 242 73 35 0 0.70 0.86 0.05 11.01 0.89 0.54
Hex F2 49 23 0 46 56 5 B 59 36
Octal 362 111 43 0 106 126 5 13 131 66
Binary 11110010 1001001 100011 0 1000110 1010110 101 1011 1011001 110110

Color Harmonies of #F24923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24923

Black with #F24923

Text Example


Text Example

White with #F24923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24923; }

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

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

background-color css

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

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

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

border-color css

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

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

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