Html Css Color HEX #FDCC99 Peach-Orange

📋 copy color: '#FDCC99'

red 253 ◦ green 204 ◦ blue 153

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

Shades of Peach-Orange #FDCC99

Tints of Peach-Orange #FDCC99

RGB

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

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

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

R = 41.48%
G = 33.44%
B = 25.08%

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

#FDCC99 (or 0xFDCC99) is known color: Peach-Orange. HEX triplet: FD, CC and 99. RGB value is (253,204,153). Sum of RGB (Red+Green+Blue) = 253+204+153=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC99 is #023366. Grayscale: #D5D5D5. Windows color (decimal): -144231 or 10079485. OLE color: 10079485.

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

Color convert

RGB 253 204 153 -
CMYK 0 0.19 0.40 0.01
HSL 30.6º 0.96% 0.8% -
HSV(B) 30.6º 0.4% 0.99% -
XYZ 67.85 66.37 39.37 -
YUV 212.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 253 204 153 0 0.19 0.40 0.01 30.6 0.96 0.8
Hex FD CC 99 0 13 28 1 1F 60 50
Octal 375 314 231 0 23 50 1 37 140 120
Binary 11111101 11001100 10011001 0 10011 101000 1 11111 1100000 1010000

Color Harmonies of #FDCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC99

Black with #FDCC99

Text Example


Text Example

White with #FDCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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