Html Css Color HEX #FDC696 Peach-Orange

📋 copy color: '#FDC696'

red 253 ◦ green 198 ◦ blue 150

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

Shades of Peach-Orange #FDC696

Tints of Peach-Orange #FDC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.95%

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

R = 42.1%
G = 32.95%
B = 24.96%

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

#FDC696 (or 0xFDC696) is known color: Peach-Orange. HEX triplet: FD, C6 and 96. RGB value is (253,198,150). Sum of RGB (Red+Green+Blue) = 253+198+150=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC696 is #023969. Grayscale: #D1D1D1. Windows color (decimal): -145770 or 9881341. OLE color: 9881341.

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

Color convert

RGB 253 198 150 -
CMYK 0 0.22 0.41 0.01
HSL 27.96º 0.96% 0.79% -
HSV(B) 27.96º 0.41% 0.99% -
XYZ 66.21 63.47 37.62 -
YUV 208.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 253 198 150 0 0.22 0.41 0.01 27.96 0.96 0.79
Hex FD C6 96 0 16 29 1 1C 60 4F
Octal 375 306 226 0 26 51 1 34 140 117
Binary 11111101 11000110 10010110 0 10110 101001 1 11100 1100000 1001111

Color Harmonies of #FDC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC696

Black with #FDC696

Text Example


Text Example

White with #FDC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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