Html Css Color HEX #FDC796 Peach-Orange

📋 copy color: '#FDC796'

red 253 ◦ green 199 ◦ blue 150

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

Shades of Peach-Orange #FDC796

Tints of Peach-Orange #FDC796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.06%

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

R = 42.03%
G = 33.06%
B = 24.92%

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

#FDC796 (or 0xFDC796) is known color: Peach-Orange. HEX triplet: FD, C7 and 96. RGB value is (253,199,150). Sum of RGB (Red+Green+Blue) = 253+199+150=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC796 is #023869. Grayscale: #D1D1D1. Windows color (decimal): -145514 or 9881597. OLE color: 9881597.

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

Color convert

RGB 253 199 150 -
CMYK 0 0.21 0.41 0.01
HSL 28.54º 0.96% 0.79% -
HSV(B) 28.54º 0.41% 0.99% -
XYZ 66.44 63.93 37.69 -
YUV 209.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 253 199 150 0 0.21 0.41 0.01 28.54 0.96 0.79
Hex FD C7 96 0 15 29 1 1D 60 4F
Octal 375 307 226 0 25 51 1 35 140 117
Binary 11111101 11000111 10010110 0 10101 101001 1 11101 1100000 1001111

Color Harmonies of #FDC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC796

Black with #FDC796

Text Example


Text Example

White with #FDC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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