Html Css Color HEX #FDC695 Peach-Orange

📋 copy color: '#FDC695'

red 253 ◦ green 198 ◦ blue 149

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

Shades of Peach-Orange #FDC695

Tints of Peach-Orange #FDC695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 42.17%
G = 33%
B = 24.83%

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

#FDC695 (or 0xFDC695) is known color: Peach-Orange. HEX triplet: FD, C6 and 95. RGB value is (253,198,149). Sum of RGB (Red+Green+Blue) = 253+198+149=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC695 is #02396A. Grayscale: #D1D1D1. Windows color (decimal): -145771 or 9815805. OLE color: 9815805.

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

Color convert

RGB 253 198 149 -
CMYK 0 0.22 0.41 0.01
HSL 28.27º 0.96% 0.79% -
HSV(B) 28.27º 0.41% 0.99% -
XYZ 66.13 63.44 37.19 -
YUV 208.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 253 198 149 0 0.22 0.41 0.01 28.27 0.96 0.79
Hex FD C6 95 0 16 29 1 1C 60 4F
Octal 375 306 225 0 26 51 1 34 140 117
Binary 11111101 11000110 10010101 0 10110 101001 1 11100 1100000 1001111

Color Harmonies of #FDC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC695

Black with #FDC695

Text Example


Text Example

White with #FDC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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