Html Css Color HEX #FDC596 Peach-Orange

📋 copy color: '#FDC596'

red 253 ◦ green 197 ◦ blue 150

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

Shades of Peach-Orange #FDC596

Tints of Peach-Orange #FDC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

 BLUE value IS 150 (58.98% from 255) = 25%

R = 42.17%
G = 32.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC596 (or 0xFDC596) is known color: Peach-Orange. HEX triplet: FD, C5 and 96. RGB value is (253,197,150). Sum of RGB (Red+Green+Blue) = 253+197+150=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC596 is #023A69. Grayscale: #D0D0D0. Windows color (decimal): -146026 or 9881085. OLE color: 9881085.

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

Color convert

RGB 253 197 150 -
CMYK 0 0.22 0.41 0.01
HSL 27.38º 0.96% 0.79% -
HSV(B) 27.38º 0.41% 0.99% -
XYZ 65.98 63.02 37.54 -
YUV 208.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 253 197 150 0 0.22 0.41 0.01 27.38 0.96 0.79
Hex FD C5 96 0 16 29 1 1B 60 4F
Octal 375 305 226 0 26 51 1 33 140 117
Binary 11111101 11000101 10010110 0 10110 101001 1 11011 1100000 1001111

Color Harmonies of #FDC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC596

Black with #FDC596

Text Example


Text Example

White with #FDC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC596; }

 p { color: rgb(253,197,150); }

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

background-color css

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

 a { background-color: rgb(253,197,150); }

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

border-color css

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

 span { border-color: rgb(253,197,150); }

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