Html Css Color HEX #FED0A0 Peach-Orange

📋 copy color: '#FED0A0'

red 254 ◦ green 208 ◦ blue 160

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

Shades of Peach-Orange #FED0A0

Tints of Peach-Orange #FED0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.44%

 BLUE value IS 160 (62.89% from 255) = 25.72%

R = 40.84%
G = 33.44%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED0A0 (or 0xFED0A0) is known color: Peach-Orange. HEX triplet: FE, D0 and A0. RGB value is (254,208,160). Sum of RGB (Red+Green+Blue) = 254+208+160=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0A0 is #012F5F. Grayscale: #D8D8D8. Windows color (decimal): -77664 or 10539262. OLE color: 10539262.

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

Color convert

RGB 254 208 160 -
CMYK 0 0.18 0.37 0.00
HSL 30.64º 0.98% 0.81% -
HSV(B) 30.64º 0.37% 1% -
XYZ 69.77 68.72 42.84 -
YUV 216.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 254 208 160 0 0.18 0.37 0.00 30.64 0.98 0.81
Hex FE D0 A0 0 12 25 0 1F 62 51
Octal 376 320 240 0 22 45 0 37 142 121
Binary 11111110 11010000 10100000 0 10010 100101 0 11111 1100010 1010001

Color Harmonies of #FED0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0A0

Black with #FED0A0

Text Example


Text Example

White with #FED0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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