Html Css Color HEX #F24934 Cinnabar

📋 copy color: '#F24934'

red 242 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #F24934

Tints of Cinnabar #F24934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 65.94%
G = 19.89%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24934 (or 0xF24934) is known color: Cinnabar. HEX triplet: F2, 49 and 34. RGB value is (242,73,52). Sum of RGB (Red+Green+Blue) = 242+73+52=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F24934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24934 is #0DB6CB. Grayscale: #797979. Windows color (decimal): -898764 or 3426802. OLE color: 3426802.

HSL color Cylindrical-coordinate representation of color #F24934: hue angle of 6.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24934 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 52 -
CMYK 0 0.70 0.79 0.05
HSL 6.63º 0.88% 0.58% -
HSV(B) 6.63º 0.79% 0.95% -
XYZ 39.62 23.89 5.77 -
YUV 121.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 242 73 52 0 0.70 0.79 0.05 6.63 0.88 0.58
Hex F2 49 34 0 46 4F 5 7 58 3A
Octal 362 111 64 0 106 117 5 7 130 72
Binary 11110010 1001001 110100 0 1000110 1001111 101 111 1011000 111010

Color Harmonies of #F24934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24934

Black with #F24934

Text Example


Text Example

White with #F24934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24934; }

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

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

background-color css

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

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

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

border-color css

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

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

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