Html Css Color HEX #FA4B0E Vermilion

📋 copy color: '#FA4B0E'

red 250 ◦ green 75 ◦ blue 14

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

Shades of Vermilion #FA4B0E

Tints of Vermilion #FA4B0E

RGB

 RED value IS 250 (98.05% from 255) = 73.75%

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

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

R = 73.75%
G = 22.12%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4B0E (or 0xFA4B0E) is known color: Vermilion. HEX triplet: FA, 4B and 0E. RGB value is (250,75,14). Sum of RGB (Red+Green+Blue) = 250+75+14=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4B0E is #05B4F1. Grayscale: #787878. Windows color (decimal): -374002 or 936954. OLE color: 936954.

HSL color Cylindrical-coordinate representation of color #FA4B0E: hue angle of 15.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA4B0E is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 75 14 -
CMYK 0 0.7 0.94 0.02
HSL 15.51º 0.96% 0.52% -
HSV(B) 15.51º 0.94% 0.98% -
XYZ 42.02 25.39 3.1 -
YUV 120.37 67.98 220.46 -
System Red Green Blue C M Y K H S L
Decimal 250 75 14 0 0.7 0.94 0.02 15.51 0.96 0.52
Hex FA 4B E 0 46 5E 2 10 60 34
Octal 372 113 16 0 106 136 2 20 140 64
Binary 11111010 1001011 1110 0 1000110 1011110 10 10000 1100000 110100

Color Harmonies of #FA4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B0E

Black with #FA4B0E

Text Example


Text Example

White with #FA4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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