Html Css Color HEX #FEA901 Orange

📋 copy color: '#FEA901'

red 254 ◦ green 169 ◦ blue 1

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

Shades of Orange #FEA901

Tints of Orange #FEA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 59.91%
G = 39.86%
B = 0.24%

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

#FEA901 (or 0xFEA901) is known color: Orange. HEX triplet: FE, A9 and 01. RGB value is (254,169,1). Sum of RGB (Red+Green+Blue) = 254+169+1=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA901 is #0156FE. Grayscale: #B0B0B0. Windows color (decimal): -87807 or 109054. OLE color: 109054.

HSL color Cylindrical-coordinate representation of color #FEA901: hue angle of 39.84º 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 #FEA901 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 1 -
CMYK 0 0.33 1.00 0.00
HSL 39.84º 0.99% 0.5% -
HSV(B) 39.84º 1% 1% -
XYZ 55.07 49.45 6.67 -
YUV 175.26 29.66 184.16 -
System Red Green Blue C M Y K H S L
Decimal 254 169 1 0 0.33 1.00 0.00 39.84 0.99 0.5
Hex FE A9 1 0 21 64 0 28 63 32
Octal 376 251 1 0 41 144 0 50 143 62
Binary 11111110 10101001 1 0 100001 1100100 0 101000 1100011 110010

Color Harmonies of #FEA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA901

Black with #FEA901

Text Example


Text Example

White with #FEA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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