Html Css Color HEX #FF4F14 Vermilion

📋 copy color: '#FF4F14'

red 255 ◦ green 79 ◦ blue 20

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

Shades of Vermilion #FF4F14

Tints of Vermilion #FF4F14

RGB

 RED value IS 255 (100% from 255) = 72.03%

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

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

R = 72.03%
G = 22.32%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF4F14 (or 0xFF4F14) is known color: Vermilion. HEX triplet: FF, 4F and 14. RGB value is (255,79,20). Sum of RGB (Red+Green+Blue) = 255+79+20=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F14 is #00B0EB. Grayscale: #7D7D7D. Windows color (decimal): -45292 or 1331199. OLE color: 1331199.

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

Color convert

RGB 255 79 20 -
CMYK 0 0.69 0.92 0
HSL 15.06º 1% 0.54% -
HSV(B) 15.06º 0.92% 1% -
XYZ 44.16 26.9 3.53 -
YUV 124.9 68.81 220.8 -
System Red Green Blue C M Y K H S L
Decimal 255 79 20 0 0.69 0.92 0 15.06 1 0.54
Hex FF 4F 14 0 45 5C 0 F 64 36
Octal 377 117 24 0 105 134 0 17 144 66
Binary 11111111 1001111 10100 0 1000101 1011100 0 1111 1100100 110110

Color Harmonies of #FF4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F14

Black with #FF4F14

Text Example


Text Example

White with #FF4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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