Html Css Color HEX #FDCD99 Peach-Orange

📋 copy color: '#FDCD99'

red 253 ◦ green 205 ◦ blue 153

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

Shades of Peach-Orange #FDCD99

Tints of Peach-Orange #FDCD99

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 153 (60.16% from 255) = 25.04%

R = 41.41%
G = 33.55%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDCD99 (or 0xFDCD99) is known color: Peach-Orange. HEX triplet: FD, CD and 99. RGB value is (253,205,153). Sum of RGB (Red+Green+Blue) = 253+205+153=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD99 is #023266. Grayscale: #D5D5D5. Windows color (decimal): -143975 or 10079741. OLE color: 10079741.

HSL color Cylindrical-coordinate representation of color #FDCD99: hue angle of 31.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDCD99 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 153 -
CMYK 0 0.19 0.40 0.01
HSL 31.2º 0.96% 0.8% -
HSV(B) 31.2º 0.4% 0.99% -
XYZ 68.09 66.85 39.45 -
YUV 213.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 253 205 153 0 0.19 0.40 0.01 31.2 0.96 0.8
Hex FD CD 99 0 13 28 1 1F 60 50
Octal 375 315 231 0 23 50 1 37 140 120
Binary 11111101 11001101 10011001 0 10011 101000 1 11111 1100000 1010000

Color Harmonies of #FDCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD99

Black with #FDCD99

Text Example


Text Example

White with #FDCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD99; }

 p { color: rgb(253,205,153); }

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

background-color css

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

 a { background-color: rgb(253,205,153); }

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

border-color css

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

 span { border-color: rgb(253,205,153); }

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