Html Css Color HEX #F24B25 Cinnabar

📋 copy color: '#F24B25'

red 242 ◦ green 75 ◦ blue 37

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

Shades of Cinnabar #F24B25

Tints of Cinnabar #F24B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.19%

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

R = 68.36%
G = 21.19%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24B25 (or 0xF24B25) is known color: Cinnabar. HEX triplet: F2, 4B and 25. RGB value is (242,75,37). Sum of RGB (Red+Green+Blue) = 242+75+37=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B25 is #0DB4DA. Grayscale: #787878. Windows color (decimal): -898267 or 2444274. OLE color: 2444274.

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

Color convert

RGB 242 75 37 -
CMYK 0 0.69 0.85 0.05
HSL 11.12º 0.89% 0.55% -
HSV(B) 11.12º 0.85% 0.95% -
XYZ 39.47 24.04 4.31 -
YUV 120.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 242 75 37 0 0.69 0.85 0.05 11.12 0.89 0.55
Hex F2 4B 25 0 45 55 5 B 59 37
Octal 362 113 45 0 105 125 5 13 131 67
Binary 11110010 1001011 100101 0 1000101 1010101 101 1011 1011001 110111

Color Harmonies of #F24B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24B25

Black with #F24B25

Text Example


Text Example

White with #F24B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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