Html Css Color HEX #FDC896 Peach-Orange

📋 copy color: '#FDC896'

red 253 ◦ green 200 ◦ blue 150

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

Shades of Peach-Orange #FDC896

Tints of Peach-Orange #FDC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.17%

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

R = 41.96%
G = 33.17%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC896 (or 0xFDC896) is known color: Peach-Orange. HEX triplet: FD, C8 and 96. RGB value is (253,200,150). Sum of RGB (Red+Green+Blue) = 253+200+150=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC896 is #023769. Grayscale: #D2D2D2. Windows color (decimal): -145258 or 9881853. OLE color: 9881853.

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

Color convert

RGB 253 200 150 -
CMYK 0 0.21 0.41 0.01
HSL 29.13º 0.96% 0.79% -
HSV(B) 29.13º 0.41% 0.99% -
XYZ 66.67 64.39 37.77 -
YUV 210.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 253 200 150 0 0.21 0.41 0.01 29.13 0.96 0.79
Hex FD C8 96 0 15 29 1 1D 60 4F
Octal 375 310 226 0 25 51 1 35 140 117
Binary 11111101 11001000 10010110 0 10101 101001 1 11101 1100000 1001111

Color Harmonies of #FDC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC896

Black with #FDC896

Text Example


Text Example

White with #FDC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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