Html Css Color HEX #FDC795 Peach-Orange

📋 copy color: '#FDC795'

red 253 ◦ green 199 ◦ blue 149

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

Shades of Peach-Orange #FDC795

Tints of Peach-Orange #FDC795

RGB

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

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

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

R = 42.1%
G = 33.11%
B = 24.79%

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

#FDC795 (or 0xFDC795) is known color: Peach-Orange. HEX triplet: FD, C7 and 95. RGB value is (253,199,149). Sum of RGB (Red+Green+Blue) = 253+199+149=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC795 is #02386A. Grayscale: #D1D1D1. Windows color (decimal): -145515 or 9816061. OLE color: 9816061.

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

Color convert

RGB 253 199 149 -
CMYK 0 0.21 0.41 0.01
HSL 28.85º 0.96% 0.79% -
HSV(B) 28.85º 0.41% 0.99% -
XYZ 66.36 63.9 37.27 -
YUV 209.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 253 199 149 0 0.21 0.41 0.01 28.85 0.96 0.79
Hex FD C7 95 0 15 29 1 1D 60 4F
Octal 375 307 225 0 25 51 1 35 140 117
Binary 11111101 11000111 10010101 0 10101 101001 1 11101 1100000 1001111

Color Harmonies of #FDC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC795

Black with #FDC795

Text Example


Text Example

White with #FDC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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