Html Css Color HEX #F54B16 Vermilion

📋 copy color: '#F54B16'

red 245 ◦ green 75 ◦ blue 22

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

Shades of Vermilion #F54B16

Tints of Vermilion #F54B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 71.64%
G = 21.93%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54B16 (or 0xF54B16) is known color: Vermilion. HEX triplet: F5, 4B and 16. RGB value is (245,75,22). Sum of RGB (Red+Green+Blue) = 245+75+22=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54B16 is #0AB4E9. Grayscale: #787878. Windows color (decimal): -701674 or 1461237. OLE color: 1461237.

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

Color convert

RGB 245 75 22 -
CMYK 0 0.69 0.91 0.04
HSL 14.26º 0.92% 0.52% -
HSV(B) 14.26º 0.91% 0.96% -
XYZ 40.32 24.5 3.36 -
YUV 119.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 245 75 22 0 0.69 0.91 0.04 14.26 0.92 0.52
Hex F5 4B 16 0 45 5B 4 E 5C 34
Octal 365 113 26 0 105 133 4 16 134 64
Binary 11110101 1001011 10110 0 1000101 1011011 100 1110 1011100 110100

Color Harmonies of #F54B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54B16

Black with #F54B16

Text Example


Text Example

White with #F54B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54B16; }

 p { color: rgb(245,75,22); }

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

background-color css

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

 a { background-color: rgb(245,75,22); }

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

border-color css

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

 span { border-color: rgb(245,75,22); }

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