Html Css Color HEX #F24726 Cinnabar

📋 copy color: '#F24726'

red 242 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #F24726

Tints of Cinnabar #F24726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 68.95%
G = 20.23%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24726 (or 0xF24726) is known color: Cinnabar. HEX triplet: F2, 47 and 26. RGB value is (242,71,38). Sum of RGB (Red+Green+Blue) = 242+71+38=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F24726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24726 is #0DB8D9. Grayscale: #767676. Windows color (decimal): -899290 or 2508786. OLE color: 2508786.

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

Color convert

RGB 242 71 38 -
CMYK 0 0.71 0.84 0.05
HSL 9.71º 0.89% 0.55% -
HSV(B) 9.71º 0.84% 0.95% -
XYZ 39.22 23.52 4.31 -
YUV 118.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 242 71 38 0 0.71 0.84 0.05 9.71 0.89 0.55
Hex F2 47 26 0 47 54 5 A 59 37
Octal 362 107 46 0 107 124 5 12 131 67
Binary 11110010 1000111 100110 0 1000111 1010100 101 1010 1011001 110111

Color Harmonies of #F24726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24726

Black with #F24726

Text Example


Text Example

White with #F24726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24726; }

 p { color: rgb(242,71,38); }

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

background-color css

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

 a { background-color: rgb(242,71,38); }

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

border-color css

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

 span { border-color: rgb(242,71,38); }

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