Html Css Color HEX #F24629 Cinnabar

📋 copy color: '#F24629'

red 242 ◦ green 70 ◦ blue 41

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

Shades of Cinnabar #F24629

Tints of Cinnabar #F24629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 68.56%
G = 19.83%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24629 (or 0xF24629) is known color: Cinnabar. HEX triplet: F2, 46 and 29. RGB value is (242,70,41). Sum of RGB (Red+Green+Blue) = 242+70+41=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F24629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24629 is #0DB9D6. Grayscale: #767676. Windows color (decimal): -899543 or 2705138. OLE color: 2705138.

HSL color Cylindrical-coordinate representation of color #F24629: hue angle of 8.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24629 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 41 -
CMYK 0 0.71 0.83 0.05
HSL 8.66º 0.89% 0.55% -
HSV(B) 8.66º 0.83% 0.95% -
XYZ 39.21 23.42 4.55 -
YUV 118.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 242 70 41 0 0.71 0.83 0.05 8.66 0.89 0.55
Hex F2 46 29 0 47 53 5 9 59 37
Octal 362 106 51 0 107 123 5 11 131 67
Binary 11110010 1000110 101001 0 1000111 1010011 101 1001 1011001 110111

Color Harmonies of #F24629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24629

Black with #F24629

Text Example


Text Example

White with #F24629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24629; }

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

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

background-color css

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

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

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

border-color css

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

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

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