Html Css Color HEX #FCD09C Peach-Orange

📋 copy color: '#FCD09C'

red 252 ◦ green 208 ◦ blue 156

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

Shades of Peach-Orange #FCD09C

Tints of Peach-Orange #FCD09C

RGB

 RED value IS 252 (98.83% from 255) = 40.91%

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

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

R = 40.91%
G = 33.77%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCD09C (or 0xFCD09C) is known color: Peach-Orange. HEX triplet: FC, D0 and 9C. RGB value is (252,208,156). Sum of RGB (Red+Green+Blue) = 252+208+156=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09C is #032F63. Grayscale: #D7D7D7. Windows color (decimal): -208740 or 10277116. OLE color: 10277116.

HSL color Cylindrical-coordinate representation of color #FCD09C: hue angle of 32.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCD09C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 156 -
CMYK 0 0.17 0.38 0.01
HSL 32.5º 0.94% 0.8% -
HSV(B) 32.5º 0.38% 0.99% -
XYZ 68.7 68.21 41 -
YUV 215.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 252 208 156 0 0.17 0.38 0.01 32.5 0.94 0.8
Hex FC D0 9C 0 11 26 1 20 5E 50
Octal 374 320 234 0 21 46 1 40 136 120
Binary 11111100 11010000 10011100 0 10001 100110 1 100000 1011110 1010000

Color Harmonies of #FCD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD09C

Black with #FCD09C

Text Example


Text Example

White with #FCD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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