Html Css Color HEX #FDC694 Peach-Orange

📋 copy color: '#FDC694'

red 253 ◦ green 198 ◦ blue 148

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

Shades of Peach-Orange #FDC694

Tints of Peach-Orange #FDC694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.71%

R = 42.24%
G = 33.06%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC694 (or 0xFDC694) is known color: Peach-Orange. HEX triplet: FD, C6 and 94. RGB value is (253,198,148). Sum of RGB (Red+Green+Blue) = 253+198+148=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC694 is #02396B. Grayscale: #D0D0D0. Windows color (decimal): -145772 or 9750269. OLE color: 9750269.

HSL color Cylindrical-coordinate representation of color #FDC694: hue angle of 28.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC694 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 148 -
CMYK 0 0.22 0.42 0.01
HSL 28.57º 0.96% 0.79% -
HSV(B) 28.57º 0.42% 0.99% -
XYZ 66.05 63.41 36.78 -
YUV 208.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 253 198 148 0 0.22 0.42 0.01 28.57 0.96 0.79
Hex FD C6 94 0 16 2A 1 1D 60 4F
Octal 375 306 224 0 26 52 1 35 140 117
Binary 11111101 11000110 10010100 0 10110 101010 1 11101 1100000 1001111

Color Harmonies of #FDC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC694

Black with #FDC694

Text Example


Text Example

White with #FDC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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