Html Css Color HEX #FEA100 Orange Peel

📋 copy color: '#FEA100'

red 254 ◦ green 161 ◦ blue 0

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

Shades of Orange Peel #FEA100

Tints of Orange Peel #FEA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.2%
G = 38.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEA100 (or 0xFEA100) is known color: Orange Peel. HEX triplet: FE, A1 and 00. RGB value is (254,161,0). Sum of RGB (Red+Green+Blue) = 254+161+0=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA100 is #015EFF. Grayscale: #ABABAB. Windows color (decimal): -89856 or 41470. OLE color: 41470.

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

Color convert

RGB 254 161 0 -
CMYK 0 0.37 1 0.00
HSL 38.03º 1% 0.5% -
HSV(B) 38.03º 1% 1% -
XYZ 53.62 46.56 6.16 -
YUV 170.45 31.81 187.59 -
System Red Green Blue C M Y K H S L
Decimal 254 161 0 0 0.37 1 0.00 38.03 1 0.5
Hex FE A1 0 0 25 64 0 26 64 32
Octal 376 241 0 0 45 144 0 46 144 62
Binary 11111110 10100001 0 0 100101 1100100 0 100110 1100100 110010

Color Harmonies of #FEA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA100

Black with #FEA100

Text Example


Text Example

White with #FEA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA100; }

 p { color: rgb(254,161,0); }

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

background-color css

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

 a { background-color: rgb(254,161,0); }

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

border-color css

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

 span { border-color: rgb(254,161,0); }

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