Html Css Color HEX #F04F25 Cinnabar

📋 copy color: '#F04F25'

red 240 ◦ green 79 ◦ blue 37

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

Shades of Cinnabar #F04F25

Tints of Cinnabar #F04F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

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

R = 67.42%
G = 22.19%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F04F25 (or 0xF04F25) is known color: Cinnabar. HEX triplet: F0, 4F and 25. RGB value is (240,79,37). Sum of RGB (Red+Green+Blue) = 240+79+37=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F25 is #0FB0DA. Grayscale: #7A7A7A. Windows color (decimal): -1028315 or 2445296. OLE color: 2445296.

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

Color convert

RGB 240 79 37 -
CMYK 0 0.67 0.85 0.06
HSL 12.41º 0.87% 0.54% -
HSV(B) 12.41º 0.85% 0.94% -
XYZ 39.07 24.25 4.37 -
YUV 122.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 240 79 37 0 0.67 0.85 0.06 12.41 0.87 0.54
Hex F0 4F 25 0 43 55 6 C 57 36
Octal 360 117 45 0 103 125 6 14 127 66
Binary 11110000 1001111 100101 0 1000011 1010101 110 1100 1010111 110110

Color Harmonies of #F04F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F25

Black with #F04F25

Text Example


Text Example

White with #F04F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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