Html Css Color HEX #FEA201 Orange Peel

📋 copy color: '#FEA201'

red 254 ◦ green 162 ◦ blue 1

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

Shades of Orange Peel #FEA201

Tints of Orange Peel #FEA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 60.91%
G = 38.85%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEA201 (or 0xFEA201) is known color: Orange Peel. HEX triplet: FE, A2 and 01. RGB value is (254,162,1). Sum of RGB (Red+Green+Blue) = 254+162+1=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA201 is #015DFE. Grayscale: #ABABAB. Windows color (decimal): -89599 or 107262. OLE color: 107262.

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

Color convert

RGB 254 162 1 -
CMYK 0 0.36 1.00 0.00
HSL 38.18º 0.99% 0.5% -
HSV(B) 38.18º 1% 1% -
XYZ 53.8 46.91 6.25 -
YUV 171.15 31.98 187.09 -
System Red Green Blue C M Y K H S L
Decimal 254 162 1 0 0.36 1.00 0.00 38.18 0.99 0.5
Hex FE A2 1 0 24 64 0 26 63 32
Octal 376 242 1 0 44 144 0 46 143 62
Binary 11111110 10100010 1 0 100100 1100100 0 100110 1100011 110010

Color Harmonies of #FEA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA201

Black with #FEA201

Text Example


Text Example

White with #FEA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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