Html Css Color HEX #FEAB01 Orange

📋 copy color: '#FEAB01'

red 254 ◦ green 171 ◦ blue 1

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

Shades of Orange #FEAB01

Tints of Orange #FEAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 59.62%
G = 40.14%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEAB01 (or 0xFEAB01) is known color: Orange. HEX triplet: FE, AB and 01. RGB value is (254,171,1). Sum of RGB (Red+Green+Blue) = 254+171+1=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB01 is #0154FE. Grayscale: #B1B1B1. Windows color (decimal): -87295 or 109566. OLE color: 109566.

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

Color convert

RGB 254 171 1 -
CMYK 0 0.33 1.00 0.00
HSL 40.32º 0.99% 0.5% -
HSV(B) 40.32º 1% 1% -
XYZ 55.44 50.2 6.8 -
YUV 176.44 29 183.32 -
System Red Green Blue C M Y K H S L
Decimal 254 171 1 0 0.33 1.00 0.00 40.32 0.99 0.5
Hex FE AB 1 0 21 64 0 28 63 32
Octal 376 253 1 0 41 144 0 50 143 62
Binary 11111110 10101011 1 0 100001 1100100 0 101000 1100011 110010

Color Harmonies of #FEAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB01

Black with #FEAB01

Text Example


Text Example

White with #FEAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB01; }

 p { color: rgb(254,171,1); }

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

background-color css

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

 a { background-color: rgb(254,171,1); }

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

border-color css

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

 span { border-color: rgb(254,171,1); }

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