Html Css Color HEX #F04C25 Cinnabar

📋 copy color: '#F04C25'

red 240 ◦ green 76 ◦ blue 37

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

Shades of Cinnabar #F04C25

Tints of Cinnabar #F04C25

RGB

 RED value IS 240 (94.14% from 255) = 67.99%

 GREEN value IS 76 (30.08% from 255) = 21.53%

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

R = 67.99%
G = 21.53%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F04C25 (or 0xF04C25) is known color: Cinnabar. HEX triplet: F0, 4C and 25. RGB value is (240,76,37). Sum of RGB (Red+Green+Blue) = 240+76+37=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C25 is #0FB3DA. Grayscale: #787878. Windows color (decimal): -1029083 or 2444528. OLE color: 2444528.

HSL color Cylindrical-coordinate representation of color #F04C25: hue angle of 11.53º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04C25 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 37 -
CMYK 0 0.68 0.85 0.06
HSL 11.53º 0.87% 0.54% -
HSV(B) 11.53º 0.85% 0.94% -
XYZ 38.85 23.83 4.3 -
YUV 120.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 240 76 37 0 0.68 0.85 0.06 11.53 0.87 0.54
Hex F0 4C 25 0 44 55 6 C 57 36
Octal 360 114 45 0 104 125 6 14 127 66
Binary 11110000 1001100 100101 0 1000100 1010101 110 1100 1010111 110110

Color Harmonies of #F04C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C25

Black with #F04C25

Text Example


Text Example

White with #F04C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C25; }

 p { color: rgb(240,76,37); }

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

background-color css

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

 a { background-color: rgb(240,76,37); }

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

border-color css

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

 span { border-color: rgb(240,76,37); }

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