Html Css Color HEX #FFC895 Peach-Orange

📋 copy color: '#FFC895'

red 255 ◦ green 200 ◦ blue 149

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

Shades of Peach-Orange #FFC895

Tints of Peach-Orange #FFC895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.11%

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

R = 42.22%
G = 33.11%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC895 (or 0xFFC895) is known color: Peach-Orange. HEX triplet: FF, C8 and 95. RGB value is (255,200,149). Sum of RGB (Red+Green+Blue) = 255+200+149=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC895 is #00376A. Grayscale: #D2D2D2. Windows color (decimal): -14187 or 9816319. OLE color: 9816319.

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

Color convert

RGB 255 200 149 -
CMYK 0 0.22 0.42 0
HSL 28.87º 1% 0.79% -
HSV(B) 28.87º 0.42% 1% -
XYZ 67.32 64.74 37.38 -
YUV 210.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 255 200 149 0 0.22 0.42 0 28.87 1 0.79
Hex FF C8 95 0 16 2A 0 1D 64 4F
Octal 377 310 225 0 26 52 0 35 144 117
Binary 11111111 11001000 10010101 0 10110 101010 0 11101 1100100 1001111

Color Harmonies of #FFC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC895

Black with #FFC895

Text Example


Text Example

White with #FFC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC895; }

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

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

background-color css

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

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

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

border-color css

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

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

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