Html Css Color HEX #F74D13 Vermilion

📋 copy color: '#F74D13'

red 247 ◦ green 77 ◦ blue 19

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

Shades of Vermilion #F74D13

Tints of Vermilion #F74D13

RGB

 RED value IS 247 (96.88% from 255) = 72.01%

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 72.01%
G = 22.45%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F74D13 (or 0xF74D13) is known color: Vermilion. HEX triplet: F7, 4D and 13. RGB value is (247,77,19). Sum of RGB (Red+Green+Blue) = 247+77+19=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D13 is #08B2EC. Grayscale: #797979. Windows color (decimal): -570093 or 1265143. OLE color: 1265143.

HSL color Cylindrical-coordinate representation of color #F74D13: hue angle of 15.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F74D13 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 19 -
CMYK 0 0.69 0.92 0.03
HSL 15.26º 0.93% 0.52% -
HSV(B) 15.26º 0.92% 0.97% -
XYZ 41.13 25.13 3.3 -
YUV 121.22 70.32 217.72 -
System Red Green Blue C M Y K H S L
Decimal 247 77 19 0 0.69 0.92 0.03 15.26 0.93 0.52
Hex F7 4D 13 0 45 5C 3 F 5D 34
Octal 367 115 23 0 105 134 3 17 135 64
Binary 11110111 1001101 10011 0 1000101 1011100 11 1111 1011101 110100

Color Harmonies of #F74D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D13

Black with #F74D13

Text Example


Text Example

White with #F74D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D13; }

 p { color: rgb(247,77,19); }

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

background-color css

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

 a { background-color: rgb(247,77,19); }

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

border-color css

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

 span { border-color: rgb(247,77,19); }

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