Html Css Color HEX #F24623 Cinnabar

📋 copy color: '#F24623'

red 242 ◦ green 70 ◦ blue 35

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

Shades of Cinnabar #F24623

Tints of Cinnabar #F24623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 69.74%
G = 20.17%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24623 (or 0xF24623) is known color: Cinnabar. HEX triplet: F2, 46 and 23. RGB value is (242,70,35). Sum of RGB (Red+Green+Blue) = 242+70+35=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24623 is #0DB9DC. Grayscale: #757575. Windows color (decimal): -899549 or 2311922. OLE color: 2311922.

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

Color convert

RGB 242 70 35 -
CMYK 0 0.71 0.86 0.05
HSL 10.14º 0.89% 0.54% -
HSV(B) 10.14º 0.86% 0.95% -
XYZ 39.11 23.38 4.04 -
YUV 117.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 242 70 35 0 0.71 0.86 0.05 10.14 0.89 0.54
Hex F2 46 23 0 47 56 5 A 59 36
Octal 362 106 43 0 107 126 5 12 131 66
Binary 11110010 1000110 100011 0 1000111 1010110 101 1010 1011001 110110

Color Harmonies of #F24623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24623

Black with #F24623

Text Example


Text Example

White with #F24623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24623; }

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

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

background-color css

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

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

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

border-color css

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

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

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