Html Css Color HEX #FE4A02 Vermilion

📋 copy color: '#FE4A02'

red 254 ◦ green 74 ◦ blue 2

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

Shades of Vermilion #FE4A02

Tints of Vermilion #FE4A02

RGB

 RED value IS 254 (99.61% from 255) = 76.97%

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 76.97%
G = 22.42%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE4A02 (or 0xFE4A02) is known color: Vermilion. HEX triplet: FE, 4A and 02. RGB value is (254,74,2). Sum of RGB (Red+Green+Blue) = 254+74+2=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A02 is #01B5FD. Grayscale: #787878. Windows color (decimal): -112126 or 150270. OLE color: 150270.

HSL color Cylindrical-coordinate representation of color #FE4A02: hue angle of 17.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE4A02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 74 2 -
CMYK 0 0.71 0.99 0.00
HSL 17.14º 0.99% 0.5% -
HSV(B) 17.14º 0.99% 1% -
XYZ 43.33 25.97 2.79 -
YUV 119.61 61.63 223.85 -
System Red Green Blue C M Y K H S L
Decimal 254 74 2 0 0.71 0.99 0.00 17.14 0.99 0.5
Hex FE 4A 2 0 47 63 0 11 63 32
Octal 376 112 2 0 107 143 0 21 143 62
Binary 11111110 1001010 10 0 1000111 1100011 0 10001 1100011 110010

Color Harmonies of #FE4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A02

Black with #FE4A02

Text Example


Text Example

White with #FE4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A02; }

 p { color: rgb(254,74,2); }

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

background-color css

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

 a { background-color: rgb(254,74,2); }

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

border-color css

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

 span { border-color: rgb(254,74,2); }

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