Html Css Color HEX #F54C06 Vermilion

📋 copy color: '#F54C06'

red 245 ◦ green 76 ◦ blue 6

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

Shades of Vermilion #F54C06

Tints of Vermilion #F54C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 74.92%
G = 23.24%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F54C06 (or 0xF54C06) is known color: Vermilion. HEX triplet: F5, 4C and 06. RGB value is (245,76,6). Sum of RGB (Red+Green+Blue) = 245+76+6=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54C06 is #0AB3F9. Grayscale: #777777. Windows color (decimal): -701434 or 412917. OLE color: 412917.

HSL color Cylindrical-coordinate representation of color #F54C06: hue angle of 17.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54C06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 76 6 -
CMYK 0 0.69 0.98 0.04
HSL 17.57º 0.95% 0.49% -
HSV(B) 17.57º 0.98% 0.96% -
XYZ 40.27 24.59 2.8 -
YUV 118.55 64.49 218.19 -
System Red Green Blue C M Y K H S L
Decimal 245 76 6 0 0.69 0.98 0.04 17.57 0.95 0.49
Hex F5 4C 6 0 45 62 4 12 5F 31
Octal 365 114 6 0 105 142 4 22 137 61
Binary 11110101 1001100 110 0 1000101 1100010 100 10010 1011111 110001

Color Harmonies of #F54C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C06

Black with #F54C06

Text Example


Text Example

White with #F54C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C06; }

 p { color: rgb(245,76,6); }

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

background-color css

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

 a { background-color: rgb(245,76,6); }

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

border-color css

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

 span { border-color: rgb(245,76,6); }

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