Html Css Color HEX #F24927 Cinnabar

📋 copy color: '#F24927'

red 242 ◦ green 73 ◦ blue 39

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

Shades of Cinnabar #F24927

Tints of Cinnabar #F24927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 68.36%
G = 20.62%
B = 11.02%

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

#F24927 (or 0xF24927) is known color: Cinnabar. HEX triplet: F2, 49 and 27. RGB value is (242,73,39). Sum of RGB (Red+Green+Blue) = 242+73+39=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24927 is #0DB6D8. Grayscale: #777777. Windows color (decimal): -898777 or 2574834. OLE color: 2574834.

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

Color convert

RGB 242 73 39 -
CMYK 0 0.70 0.84 0.05
HSL 10.05º 0.89% 0.55% -
HSV(B) 10.05º 0.84% 0.95% -
XYZ 39.37 23.79 4.44 -
YUV 119.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 242 73 39 0 0.70 0.84 0.05 10.05 0.89 0.55
Hex F2 49 27 0 46 54 5 A 59 37
Octal 362 111 47 0 106 124 5 12 131 67
Binary 11110010 1001001 100111 0 1000110 1010100 101 1010 1011001 110111

Color Harmonies of #F24927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24927

Black with #F24927

Text Example


Text Example

White with #F24927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24927; }

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

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

background-color css

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

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

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

border-color css

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

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

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