Html Css Color HEX #F24622 Cinnabar

📋 copy color: '#F24622'

red 242 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #F24622

Tints of Cinnabar #F24622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 69.94%
G = 20.23%
B = 9.83%

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

#F24622 (or 0xF24622) is known color: Cinnabar. HEX triplet: F2, 46 and 22. RGB value is (242,70,34). Sum of RGB (Red+Green+Blue) = 242+70+34=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24622 is #0DB9DD. Grayscale: #757575. Windows color (decimal): -899550 or 2246386. OLE color: 2246386.

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

Color convert

RGB 242 70 34 -
CMYK 0 0.71 0.86 0.05
HSL 10.38º 0.89% 0.54% -
HSV(B) 10.38º 0.86% 0.95% -
XYZ 39.1 23.37 3.96 -
YUV 117.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 242 70 34 0 0.71 0.86 0.05 10.38 0.89 0.54
Hex F2 46 22 0 47 56 5 A 59 36
Octal 362 106 42 0 107 126 5 12 131 66
Binary 11110010 1000110 100010 0 1000111 1010110 101 1010 1011001 110110

Color Harmonies of #F24622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24622

Black with #F24622

Text Example


Text Example

White with #F24622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24622; }

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

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

background-color css

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

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

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

border-color css

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

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

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