Html Css Color HEX #FEA009 Orange Peel

📋 copy color: '#FEA009'

red 254 ◦ green 160 ◦ blue 9

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

Shades of Orange Peel #FEA009

Tints of Orange Peel #FEA009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.13%

R = 60.05%
G = 37.83%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEA009 (or 0xFEA009) is known color: Orange Peel. HEX triplet: FE, A0 and 09. RGB value is (254,160,9). Sum of RGB (Red+Green+Blue) = 254+160+9=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA009 is #015FF6. Grayscale: #ABABAB. Windows color (decimal): -90103 or 631038. OLE color: 631038.

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

Color convert

RGB 254 160 9 -
CMYK 0 0.37 0.96 0.00
HSL 36.98º 0.99% 0.52% -
HSV(B) 36.98º 0.96% 1% -
XYZ 53.49 46.23 6.36 -
YUV 170.89 36.64 187.28 -
System Red Green Blue C M Y K H S L
Decimal 254 160 9 0 0.37 0.96 0.00 36.98 0.99 0.52
Hex FE A0 9 0 25 60 0 25 63 34
Octal 376 240 11 0 45 140 0 45 143 64
Binary 11111110 10100000 1001 0 100101 1100000 0 100101 1100011 110100

Color Harmonies of #FEA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA009

Black with #FEA009

Text Example


Text Example

White with #FEA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA009; }

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

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

background-color css

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

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

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

border-color css

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

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

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