Html Css Color HEX #F04D19 Vermilion

📋 copy color: '#F04D19'

red 240 ◦ green 77 ◦ blue 25

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

Shades of Vermilion #F04D19

Tints of Vermilion #F04D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

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

R = 70.18%
G = 22.51%
B = 7.31%

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

#F04D19 (or 0xF04D19) is known color: Vermilion. HEX triplet: F0, 4D and 19. RGB value is (240,77,25). Sum of RGB (Red+Green+Blue) = 240+77+25=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D19 is #0FB2E6. Grayscale: #787878. Windows color (decimal): -1028839 or 1658352. OLE color: 1658352.

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

Color convert

RGB 240 77 25 -
CMYK 0 0.68 0.90 0.06
HSL 14.51º 0.88% 0.52% -
HSV(B) 14.51º 0.9% 0.94% -
XYZ 38.76 23.9 3.49 -
YUV 119.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 240 77 25 0 0.68 0.90 0.06 14.51 0.88 0.52
Hex F0 4D 19 0 44 5A 6 F 58 34
Octal 360 115 31 0 104 132 6 17 130 64
Binary 11110000 1001101 11001 0 1000100 1011010 110 1111 1011000 110100

Color Harmonies of #F04D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D19

Black with #F04D19

Text Example


Text Example

White with #F04D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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