Html Css Color HEX #FEA200 Orange Peel

📋 copy color: '#FEA200'

red 254 ◦ green 162 ◦ blue 0

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

Shades of Orange Peel #FEA200

Tints of Orange Peel #FEA200

RGB

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

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

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

R = 61.06%
G = 38.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEA200 (or 0xFEA200) is known color: Orange Peel. HEX triplet: FE, A2 and 00. RGB value is (254,162,0). Sum of RGB (Red+Green+Blue) = 254+162+0=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA200 is #015DFF. Grayscale: #ABABAB. Windows color (decimal): -89600 or 41726. OLE color: 41726.

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

Color convert

RGB 254 162 0 -
CMYK 0 0.36 1 0.00
HSL 38.27º 1% 0.5% -
HSV(B) 38.27º 1% 1% -
XYZ 53.79 46.91 6.22 -
YUV 171.04 31.48 187.17 -
System Red Green Blue C M Y K H S L
Decimal 254 162 0 0 0.36 1 0.00 38.27 1 0.5
Hex FE A2 0 0 24 64 0 26 64 32
Octal 376 242 0 0 44 144 0 46 144 62
Binary 11111110 10100010 0 0 100100 1100100 0 100110 1100100 110010

Color Harmonies of #FEA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA200

Black with #FEA200

Text Example


Text Example

White with #FEA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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