Html Css Color HEX #F54F14 Vermilion

📋 copy color: '#F54F14'

red 245 ◦ green 79 ◦ blue 20

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

Shades of Vermilion #F54F14

Tints of Vermilion #F54F14

RGB

 RED value IS 245 (96.09% from 255) = 71.22%

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 71.22%
G = 22.97%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F54F14 (or 0xF54F14) is known color: Vermilion. HEX triplet: F5, 4F and 14. RGB value is (245,79,20). Sum of RGB (Red+Green+Blue) = 245+79+20=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F14 is #0AB0EB. Grayscale: #7A7A7A. Windows color (decimal): -700652 or 1331189. OLE color: 1331189.

HSL color Cylindrical-coordinate representation of color #F54F14: hue angle of 15.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F54F14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 79 20 -
CMYK 0 0.68 0.92 0.04
HSL 15.73º 0.92% 0.52% -
HSV(B) 15.73º 0.92% 0.96% -
XYZ 40.58 25.05 3.36 -
YUV 121.91 70.5 215.8 -
System Red Green Blue C M Y K H S L
Decimal 245 79 20 0 0.68 0.92 0.04 15.73 0.92 0.52
Hex F5 4F 14 0 44 5C 4 10 5C 34
Octal 365 117 24 0 104 134 4 20 134 64
Binary 11110101 1001111 10100 0 1000100 1011100 100 10000 1011100 110100

Color Harmonies of #F54F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F14

Black with #F54F14

Text Example


Text Example

White with #F54F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F14; }

 p { color: rgb(245,79,20); }

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

background-color css

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

 a { background-color: rgb(245,79,20); }

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

border-color css

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

 span { border-color: rgb(245,79,20); }

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