Html Css Color HEX #F04C17 Vermilion

📋 copy color: '#F04C17'

red 240 ◦ green 76 ◦ blue 23

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

Shades of Vermilion #F04C17

Tints of Vermilion #F04C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 70.8%
G = 22.42%
B = 6.78%

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

#F04C17 (or 0xF04C17) is known color: Vermilion. HEX triplet: F0, 4C and 17. RGB value is (240,76,23). Sum of RGB (Red+Green+Blue) = 240+76+23=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C17 is #0FB3E8. Grayscale: #777777. Windows color (decimal): -1029097 or 1527024. OLE color: 1527024.

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

Color convert

RGB 240 76 23 -
CMYK 0 0.68 0.90 0.06
HSL 14.65º 0.88% 0.52% -
HSV(B) 14.65º 0.9% 0.94% -
XYZ 38.67 23.76 3.36 -
YUV 118.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 240 76 23 0 0.68 0.90 0.06 14.65 0.88 0.52
Hex F0 4C 17 0 44 5A 6 F 58 34
Octal 360 114 27 0 104 132 6 17 130 64
Binary 11110000 1001100 10111 0 1000100 1011010 110 1111 1011000 110100

Color Harmonies of #F04C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C17

Black with #F04C17

Text Example


Text Example

White with #F04C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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