Html Css Color HEX #F24621 Cinnabar

📋 copy color: '#F24621'

red 242 ◦ green 70 ◦ blue 33

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

Shades of Cinnabar #F24621

Tints of Cinnabar #F24621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 70.14%
G = 20.29%
B = 9.57%

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

#F24621 (or 0xF24621) is known color: Cinnabar. HEX triplet: F2, 46 and 21. RGB value is (242,70,33). Sum of RGB (Red+Green+Blue) = 242+70+33=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24621 is #0DB9DE. Grayscale: #757575. Windows color (decimal): -899551 or 2180850. OLE color: 2180850.

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

Color convert

RGB 242 70 33 -
CMYK 0 0.71 0.86 0.05
HSL 10.62º 0.89% 0.54% -
HSV(B) 10.62º 0.86% 0.95% -
XYZ 39.08 23.37 3.89 -
YUV 117.21 80.48 217.01 -
System Red Green Blue C M Y K H S L
Decimal 242 70 33 0 0.71 0.86 0.05 10.62 0.89 0.54
Hex F2 46 21 0 47 56 5 B 59 36
Octal 362 106 41 0 107 126 5 13 131 66
Binary 11110010 1000110 100001 0 1000111 1010110 101 1011 1011001 110110

Color Harmonies of #F24621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24621

Black with #F24621

Text Example


Text Example

White with #F24621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24621; }

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

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

background-color css

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

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

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

border-color css

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

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

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