Html Css Color HEX #FF4B0E Vermilion

📋 copy color: '#FF4B0E'

red 255 ◦ green 75 ◦ blue 14

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

Shades of Vermilion #FF4B0E

Tints of Vermilion #FF4B0E

RGB

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

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

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

R = 74.13%
G = 21.8%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF4B0E (or 0xFF4B0E) is known color: Vermilion. HEX triplet: FF, 4B and 0E. RGB value is (255,75,14). Sum of RGB (Red+Green+Blue) = 255+75+14=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B0E is #00B4F1. Grayscale: #7A7A7A. Windows color (decimal): -46322 or 936959. OLE color: 936959.

HSL color Cylindrical-coordinate representation of color #FF4B0E: hue angle of 15.19º 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 #FF4B0E is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 75 14 -
CMYK 0 0.71 0.95 0
HSL 15.19º 1% 0.53% -
HSV(B) 15.19º 0.95% 1% -
XYZ 43.84 26.32 3.19 -
YUV 121.87 67.13 222.96 -
System Red Green Blue C M Y K H S L
Decimal 255 75 14 0 0.71 0.95 0 15.19 1 0.53
Hex FF 4B E 0 47 5F 0 F 64 35
Octal 377 113 16 0 107 137 0 17 144 65
Binary 11111111 1001011 1110 0 1000111 1011111 0 1111 1100100 110101

Color Harmonies of #FF4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B0E

Black with #FF4B0E

Text Example


Text Example

White with #FF4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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