Html Css Color HEX #FDD0A1 Peach-Orange

📋 copy color: '#FDD0A1'

red 253 ◦ green 208 ◦ blue 161

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

Shades of Peach-Orange #FDD0A1

Tints of Peach-Orange #FDD0A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.88%

R = 40.68%
G = 33.44%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDD0A1 (or 0xFDD0A1) is known color: Peach-Orange. HEX triplet: FD, D0 and A1. RGB value is (253,208,161). Sum of RGB (Red+Green+Blue) = 253+208+161=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD0A1 is #022F5E. Grayscale: #D8D8D8. Windows color (decimal): -143199 or 10604797. OLE color: 10604797.

HSL color Cylindrical-coordinate representation of color #FDD0A1: hue angle of 30.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDD0A1 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 161 -
CMYK 0 0.18 0.36 0.01
HSL 30.65º 0.96% 0.81% -
HSV(B) 30.65º 0.36% 0.99% -
XYZ 69.5 68.57 43.29 -
YUV 216.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 253 208 161 0 0.18 0.36 0.01 30.65 0.96 0.81
Hex FD D0 A1 0 12 24 1 1F 60 51
Octal 375 320 241 0 22 44 1 37 140 121
Binary 11111101 11010000 10100001 0 10010 100100 1 11111 1100000 1010001

Color Harmonies of #FDD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0A1

Black with #FDD0A1

Text Example


Text Example

White with #FDD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0A1; }

 p { color: rgb(253,208,161); }

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

background-color css

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

 a { background-color: rgb(253,208,161); }

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

border-color css

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

 span { border-color: rgb(253,208,161); }

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