Html Css Color HEX #FFC595 Peach-Orange

📋 copy color: '#FFC595'

red 255 ◦ green 197 ◦ blue 149

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

Shades of Peach-Orange #FFC595

Tints of Peach-Orange #FFC595

RGB

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

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

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

R = 42.43%
G = 32.78%
B = 24.79%

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

#FFC595 (or 0xFFC595) is known color: Peach-Orange. HEX triplet: FF, C5 and 95. RGB value is (255,197,149). Sum of RGB (Red+Green+Blue) = 255+197+149=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC595 is #003A6A. Grayscale: #D1D1D1. Windows color (decimal): -14955 or 9815551. OLE color: 9815551.

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

Color convert

RGB 255 197 149 -
CMYK 0 0.23 0.42 0
HSL 27.17º 1% 0.79% -
HSV(B) 27.17º 0.42% 1% -
XYZ 66.63 63.36 37.15 -
YUV 208.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 255 197 149 0 0.23 0.42 0 27.17 1 0.79
Hex FF C5 95 0 17 2A 0 1B 64 4F
Octal 377 305 225 0 27 52 0 33 144 117
Binary 11111111 11000101 10010101 0 10111 101010 0 11011 1100100 1001111

Color Harmonies of #FFC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC595

Black with #FFC595

Text Example


Text Example

White with #FFC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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