Html Css Color HEX #FDC594 Peach-Orange

📋 copy color: '#FDC594'

red 253 ◦ green 197 ◦ blue 148

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

Shades of Peach-Orange #FDC594

Tints of Peach-Orange #FDC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.94%

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

R = 42.31%
G = 32.94%
B = 24.75%

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

#FDC594 (or 0xFDC594) is known color: Peach-Orange. HEX triplet: FD, C5 and 94. RGB value is (253,197,148). Sum of RGB (Red+Green+Blue) = 253+197+148=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC594 is #023A6B. Grayscale: #D0D0D0. Windows color (decimal): -146028 or 9750013. OLE color: 9750013.

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

Color convert

RGB 253 197 148 -
CMYK 0 0.22 0.42 0.01
HSL 28º 0.96% 0.79% -
HSV(B) 28º 0.42% 0.99% -
XYZ 65.82 62.95 36.7 -
YUV 208.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 253 197 148 0 0.22 0.42 0.01 28 0.96 0.79
Hex FD C5 94 0 16 2A 1 1C 60 4F
Octal 375 305 224 0 26 52 1 34 140 117
Binary 11111101 11000101 10010100 0 10110 101010 1 11100 1100000 1001111

Color Harmonies of #FDC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC594

Black with #FDC594

Text Example


Text Example

White with #FDC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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