Html Css Color HEX #FED09C Peach-Orange

📋 copy color: '#FED09C'

red 254 ◦ green 208 ◦ blue 156

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

Shades of Peach-Orange #FED09C

Tints of Peach-Orange #FED09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.24%

R = 41.1%
G = 33.66%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FED09C (or 0xFED09C) is known color: Peach-Orange. HEX triplet: FE, D0 and 9C. RGB value is (254,208,156). Sum of RGB (Red+Green+Blue) = 254+208+156=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09C is #012F63. Grayscale: #D8D8D8. Windows color (decimal): -77668 or 10277118. OLE color: 10277118.

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

Color convert

RGB 254 208 156 -
CMYK 0 0.18 0.39 0.00
HSL 31.84º 0.98% 0.8% -
HSV(B) 31.84º 0.39% 1% -
XYZ 69.43 68.58 41.03 -
YUV 215.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 254 208 156 0 0.18 0.39 0.00 31.84 0.98 0.8
Hex FE D0 9C 0 12 27 0 20 62 50
Octal 376 320 234 0 22 47 0 40 142 120
Binary 11111110 11010000 10011100 0 10010 100111 0 100000 1100010 1010000

Color Harmonies of #FED09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED09C

Black with #FED09C

Text Example


Text Example

White with #FED09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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