Html Css Color HEX #FFC695 Peach-Orange

📋 copy color: '#FFC695'

red 255 ◦ green 198 ◦ blue 149

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

Shades of Peach-Orange #FFC695

Tints of Peach-Orange #FFC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.89%

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

R = 42.36%
G = 32.89%
B = 24.75%

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

#FFC695 (or 0xFFC695) is known color: Peach-Orange. HEX triplet: FF, C6 and 95. RGB value is (255,198,149). Sum of RGB (Red+Green+Blue) = 255+198+149=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC695 is #00396A. Grayscale: #D1D1D1. Windows color (decimal): -14699 or 9815807. OLE color: 9815807.

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

Color convert

RGB 255 198 149 -
CMYK 0 0.22 0.42 0
HSL 27.74º 1% 0.79% -
HSV(B) 27.74º 0.42% 1% -
XYZ 66.86 63.82 37.23 -
YUV 209.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 255 198 149 0 0.22 0.42 0 27.74 1 0.79
Hex FF C6 95 0 16 2A 0 1C 64 4F
Octal 377 306 225 0 26 52 0 34 144 117
Binary 11111111 11000110 10010101 0 10110 101010 0 11100 1100100 1001111

Color Harmonies of #FFC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC695

Black with #FFC695

Text Example


Text Example

White with #FFC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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