Html Css Color HEX #FDCD9A Peach-Orange

📋 copy color: '#FDCD9A'

red 253 ◦ green 205 ◦ blue 154

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

Shades of Peach-Orange #FDCD9A

Tints of Peach-Orange #FDCD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.16%

R = 41.34%
G = 33.5%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDCD9A (or 0xFDCD9A) is known color: Peach-Orange. HEX triplet: FD, CD and 9A. RGB value is (253,205,154). Sum of RGB (Red+Green+Blue) = 253+205+154=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD9A is #023265. Grayscale: #D5D5D5. Windows color (decimal): -143974 or 10145277. OLE color: 10145277.

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

Color convert

RGB 253 205 154 -
CMYK 0 0.19 0.39 0.01
HSL 30.91º 0.96% 0.8% -
HSV(B) 30.91º 0.39% 0.99% -
XYZ 68.17 66.88 39.89 -
YUV 213.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 253 205 154 0 0.19 0.39 0.01 30.91 0.96 0.8
Hex FD CD 9A 0 13 27 1 1F 60 50
Octal 375 315 232 0 23 47 1 37 140 120
Binary 11111101 11001101 10011010 0 10011 100111 1 11111 1100000 1010000

Color Harmonies of #FDCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD9A

Black with #FDCD9A

Text Example


Text Example

White with #FDCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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