Html Css Color HEX #F04C19 Vermilion

📋 copy color: '#F04C19'

red 240 ◦ green 76 ◦ blue 25

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

Shades of Vermilion #F04C19

Tints of Vermilion #F04C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 70.38%
G = 22.29%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04C19 (or 0xF04C19) is known color: Vermilion. HEX triplet: F0, 4C and 19. RGB value is (240,76,25). Sum of RGB (Red+Green+Blue) = 240+76+25=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C19 is #0FB3E6. Grayscale: #777777. Windows color (decimal): -1029095 or 1658096. OLE color: 1658096.

HSL color Cylindrical-coordinate representation of color #F04C19: hue angle of 14.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04C19 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 25 -
CMYK 0 0.68 0.90 0.06
HSL 14.23º 0.88% 0.52% -
HSV(B) 14.23º 0.9% 0.94% -
XYZ 38.7 23.76 3.47 -
YUV 119.22 74.83 214.15 -
System Red Green Blue C M Y K H S L
Decimal 240 76 25 0 0.68 0.90 0.06 14.23 0.88 0.52
Hex F0 4C 19 0 44 5A 6 E 58 34
Octal 360 114 31 0 104 132 6 16 130 64
Binary 11110000 1001100 11001 0 1000100 1011010 110 1110 1011000 110100

Color Harmonies of #F04C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C19

Black with #F04C19

Text Example


Text Example

White with #F04C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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