Html Css Color HEX #FEA001 Orange Peel

📋 copy color: '#FEA001'

red 254 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #FEA001

Tints of Orange Peel #FEA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

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

R = 61.2%
G = 38.55%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEA001 (or 0xFEA001) is known color: Orange Peel. HEX triplet: FE, A0 and 01. RGB value is (254,160,1). Sum of RGB (Red+Green+Blue) = 254+160+1=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA001 is #015FFE. Grayscale: #AAAAAA. Windows color (decimal): -90111 or 106750. OLE color: 106750.

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

Color convert

RGB 254 160 1 -
CMYK 0 0.37 1.00 0.00
HSL 37.71º 0.99% 0.5% -
HSV(B) 37.71º 1% 1% -
XYZ 53.45 46.21 6.13 -
YUV 169.98 32.64 187.93 -
System Red Green Blue C M Y K H S L
Decimal 254 160 1 0 0.37 1.00 0.00 37.71 0.99 0.5
Hex FE A0 1 0 25 64 0 26 63 32
Octal 376 240 1 0 45 144 0 46 143 62
Binary 11111110 10100000 1 0 100101 1100100 0 100110 1100011 110010

Color Harmonies of #FEA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA001

Black with #FEA001

Text Example


Text Example

White with #FEA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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