Html Css Color HEX #FCC594 Peach-Orange

📋 copy color: '#FCC594'

red 252 ◦ green 197 ◦ blue 148

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

Shades of Peach-Orange #FCC594

Tints of Peach-Orange #FCC594

RGB

 RED value IS 252 (98.83% from 255) = 42.21%

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

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

R = 42.21%
G = 33%
B = 24.79%

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

#FCC594 (or 0xFCC594) is known color: Peach-Orange. HEX triplet: FC, C5 and 94. RGB value is (252,197,148). Sum of RGB (Red+Green+Blue) = 252+197+148=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC594 is #033A6B. Grayscale: #D0D0D0. Windows color (decimal): -211564 or 9750012. OLE color: 9750012.

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

Color convert

RGB 252 197 148 -
CMYK 0 0.22 0.41 0.01
HSL 28.27º 0.95% 0.78% -
HSV(B) 28.27º 0.41% 0.99% -
XYZ 65.46 62.77 36.68 -
YUV 207.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 252 197 148 0 0.22 0.41 0.01 28.27 0.95 0.78
Hex FC C5 94 0 16 29 1 1C 5F 4E
Octal 374 305 224 0 26 51 1 34 137 116
Binary 11111100 11000101 10010100 0 10110 101001 1 11100 1011111 1001110

Color Harmonies of #FCC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC594

Black with #FCC594

Text Example


Text Example

White with #FCC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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