Html Css Color HEX #FDCC9A Peach-Orange

📋 copy color: '#FDCC9A'

red 253 ◦ green 204 ◦ blue 154

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

Shades of Peach-Orange #FDCC9A

Tints of Peach-Orange #FDCC9A

RGB

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

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

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

R = 41.41%
G = 33.39%
B = 25.2%

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

#FDCC9A (or 0xFDCC9A) is known color: Peach-Orange. HEX triplet: FD, CC and 9A. RGB value is (253,204,154). Sum of RGB (Red+Green+Blue) = 253+204+154=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC9A is #023365. Grayscale: #D5D5D5. Windows color (decimal): -144230 or 10145021. OLE color: 10145021.

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

Color convert

RGB 253 204 154 -
CMYK 0 0.19 0.39 0.01
HSL 30.3º 0.96% 0.8% -
HSV(B) 30.3º 0.39% 0.99% -
XYZ 67.93 66.4 39.81 -
YUV 212.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 253 204 154 0 0.19 0.39 0.01 30.3 0.96 0.8
Hex FD CC 9A 0 13 27 1 1E 60 50
Octal 375 314 232 0 23 47 1 36 140 120
Binary 11111101 11001100 10011010 0 10011 100111 1 11110 1100000 1010000

Color Harmonies of #FDCC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC9A

Black with #FDCC9A

Text Example


Text Example

White with #FDCC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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