Html Css Color HEX #F24925 Cinnabar

📋 copy color: '#F24925'

red 242 ◦ green 73 ◦ blue 37

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

Shades of Cinnabar #F24925

Tints of Cinnabar #F24925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 68.75%
G = 20.74%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24925 (or 0xF24925) is known color: Cinnabar. HEX triplet: F2, 49 and 25. RGB value is (242,73,37). Sum of RGB (Red+Green+Blue) = 242+73+37=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F24925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24925 is #0DB6DA. Grayscale: #777777. Windows color (decimal): -898779 or 2443762. OLE color: 2443762.

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

Color convert

RGB 242 73 37 -
CMYK 0 0.70 0.85 0.05
HSL 10.54º 0.89% 0.55% -
HSV(B) 10.54º 0.85% 0.95% -
XYZ 39.33 23.78 4.27 -
YUV 119.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 242 73 37 0 0.70 0.85 0.05 10.54 0.89 0.55
Hex F2 49 25 0 46 55 5 B 59 37
Octal 362 111 45 0 106 125 5 13 131 67
Binary 11110010 1001001 100101 0 1000110 1010101 101 1011 1011001 110111

Color Harmonies of #F24925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24925

Black with #F24925

Text Example


Text Example

White with #F24925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24925; }

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

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

background-color css

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

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

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

border-color css

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

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

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