Html Css Color HEX #F24926 Cinnabar

📋 copy color: '#F24926'

red 242 ◦ green 73 ◦ blue 38

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

Shades of Cinnabar #F24926

Tints of Cinnabar #F24926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 68.56%
G = 20.68%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24926 (or 0xF24926) is known color: Cinnabar. HEX triplet: F2, 49 and 26. RGB value is (242,73,38). Sum of RGB (Red+Green+Blue) = 242+73+38=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F24926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24926 is #0DB6D9. Grayscale: #777777. Windows color (decimal): -898778 or 2509298. OLE color: 2509298.

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

Color convert

RGB 242 73 38 -
CMYK 0 0.70 0.84 0.05
HSL 10.29º 0.89% 0.55% -
HSV(B) 10.29º 0.84% 0.95% -
XYZ 39.35 23.78 4.35 -
YUV 119.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 242 73 38 0 0.70 0.84 0.05 10.29 0.89 0.55
Hex F2 49 26 0 46 54 5 A 59 37
Octal 362 111 46 0 106 124 5 12 131 67
Binary 11110010 1001001 100110 0 1000110 1010100 101 1010 1011001 110111

Color Harmonies of #F24926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24926

Black with #F24926

Text Example


Text Example

White with #F24926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24926; }

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

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

background-color css

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

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

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

border-color css

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

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

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