Html Css Color HEX #FDCC9D Peach-Orange

📋 copy color: '#FDCC9D'

red 253 ◦ green 204 ◦ blue 157

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

Shades of Peach-Orange #FDCC9D

Tints of Peach-Orange #FDCC9D

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

 GREEN value IS 204 (80.08% from 255) = 33.22%

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

R = 41.21%
G = 33.22%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDCC9D (or 0xFDCC9D) is known color: Peach-Orange. HEX triplet: FD, CC and 9D. RGB value is (253,204,157). Sum of RGB (Red+Green+Blue) = 253+204+157=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC9D is #023362. Grayscale: #D5D5D5. Windows color (decimal): -144227 or 10341629. OLE color: 10341629.

HSL color Cylindrical-coordinate representation of color #FDCC9D: hue angle of 29.38º degrees, saturation: 0.96, 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 #FDCC9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 157 -
CMYK 0 0.19 0.38 0.01
HSL 29.38º 0.96% 0.8% -
HSV(B) 29.38º 0.38% 0.99% -
XYZ 68.19 66.5 41.14 -
YUV 213.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 253 204 157 0 0.19 0.38 0.01 29.38 0.96 0.8
Hex FD CC 9D 0 13 26 1 1D 60 50
Octal 375 314 235 0 23 46 1 35 140 120
Binary 11111101 11001100 10011101 0 10011 100110 1 11101 1100000 1010000

Color Harmonies of #FDCC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC9D

Black with #FDCC9D

Text Example


Text Example

White with #FDCC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC9D; }

 p { color: rgb(253,204,157); }

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

background-color css

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

 a { background-color: rgb(253,204,157); }

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

border-color css

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

 span { border-color: rgb(253,204,157); }

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