Html Css Color HEX #FF4F0E Vermilion

📋 copy color: '#FF4F0E'

red 255 ◦ green 79 ◦ blue 14

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

Shades of Vermilion #FF4F0E

Tints of Vermilion #FF4F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 73.28%
G = 22.7%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF4F0E (or 0xFF4F0E) is known color: Vermilion. HEX triplet: FF, 4F and 0E. RGB value is (255,79,14). Sum of RGB (Red+Green+Blue) = 255+79+14=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F0E is #00B0F1. Grayscale: #7C7C7C. Windows color (decimal): -45298 or 937983. OLE color: 937983.

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

Color convert

RGB 255 79 14 -
CMYK 0 0.69 0.95 0
HSL 16.18º 1% 0.53% -
HSV(B) 16.18º 0.95% 1% -
XYZ 44.12 26.88 3.28 -
YUV 124.21 65.81 221.29 -
System Red Green Blue C M Y K H S L
Decimal 255 79 14 0 0.69 0.95 0 16.18 1 0.53
Hex FF 4F E 0 45 5F 0 10 64 35
Octal 377 117 16 0 105 137 0 20 144 65
Binary 11111111 1001111 1110 0 1000101 1011111 0 10000 1100100 110101

Color Harmonies of #FF4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F0E

Black with #FF4F0E

Text Example


Text Example

White with #FF4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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