Html Css Color HEX #FED09D Peach-Orange

📋 copy color: '#FED09D'

red 254 ◦ green 208 ◦ blue 157

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

Shades of Peach-Orange #FED09D

Tints of Peach-Orange #FED09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.36%

R = 41.03%
G = 33.6%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FED09D (or 0xFED09D) is known color: Peach-Orange. HEX triplet: FE, D0 and 9D. RGB value is (254,208,157). Sum of RGB (Red+Green+Blue) = 254+208+157=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09D is #012F62. Grayscale: #D8D8D8. Windows color (decimal): -77667 or 10342654. OLE color: 10342654.

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

Color convert

RGB 254 208 157 -
CMYK 0 0.18 0.38 0.00
HSL 31.55º 0.98% 0.81% -
HSV(B) 31.55º 0.38% 1% -
XYZ 69.51 68.62 41.48 -
YUV 215.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 254 208 157 0 0.18 0.38 0.00 31.55 0.98 0.81
Hex FE D0 9D 0 12 26 0 20 62 51
Octal 376 320 235 0 22 46 0 40 142 121
Binary 11111110 11010000 10011101 0 10010 100110 0 100000 1100010 1010001

Color Harmonies of #FED09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED09D

Black with #FED09D

Text Example


Text Example

White with #FED09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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