Html Css Color HEX #FFC594 Peach-Orange

📋 copy color: '#FFC594'

red 255 ◦ green 197 ◦ blue 148

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

Shades of Peach-Orange #FFC594

Tints of Peach-Orange #FFC594

RGB

 RED value IS 255 (100% from 255) = 42.5%

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

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

R = 42.5%
G = 32.83%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC594 (or 0xFFC594) is known color: Peach-Orange. HEX triplet: FF, C5 and 94. RGB value is (255,197,148). Sum of RGB (Red+Green+Blue) = 255+197+148=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC594 is #003A6B. Grayscale: #D1D1D1. Windows color (decimal): -14956 or 9750015. OLE color: 9750015.

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

Color convert

RGB 255 197 148 -
CMYK 0 0.23 0.42 0
HSL 27.48º 1% 0.79% -
HSV(B) 27.48º 0.42% 1% -
XYZ 66.55 63.33 36.73 -
YUV 208.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 255 197 148 0 0.23 0.42 0 27.48 1 0.79
Hex FF C5 94 0 17 2A 0 1B 64 4F
Octal 377 305 224 0 27 52 0 33 144 117
Binary 11111111 11000101 10010100 0 10111 101010 0 11011 1100100 1001111

Color Harmonies of #FFC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC594

Black with #FFC594

Text Example


Text Example

White with #FFC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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