Html Css Color HEX #F24625 Cinnabar

📋 copy color: '#F24625'

red 242 ◦ green 70 ◦ blue 37

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

Shades of Cinnabar #F24625

Tints of Cinnabar #F24625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 69.34%
G = 20.06%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24625 (or 0xF24625) is known color: Cinnabar. HEX triplet: F2, 46 and 25. RGB value is (242,70,37). Sum of RGB (Red+Green+Blue) = 242+70+37=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24625 is #0DB9DA. Grayscale: #757575. Windows color (decimal): -899547 or 2442994. OLE color: 2442994.

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

Color convert

RGB 242 70 37 -
CMYK 0 0.71 0.85 0.05
HSL 9.66º 0.89% 0.55% -
HSV(B) 9.66º 0.85% 0.95% -
XYZ 39.14 23.39 4.2 -
YUV 117.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 242 70 37 0 0.71 0.85 0.05 9.66 0.89 0.55
Hex F2 46 25 0 47 55 5 A 59 37
Octal 362 106 45 0 107 125 5 12 131 67
Binary 11110010 1000110 100101 0 1000111 1010101 101 1010 1011001 110111

Color Harmonies of #F24625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24625

Black with #F24625

Text Example


Text Example

White with #F24625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24625; }

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

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

background-color css

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

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

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

border-color css

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

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

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