Html Css Color HEX #FFC995 Peach-Orange

📋 copy color: '#FFC995'

red 255 ◦ green 201 ◦ blue 149

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

Shades of Peach-Orange #FFC995

Tints of Peach-Orange #FFC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

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

R = 42.15%
G = 33.22%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC995 (or 0xFFC995) is known color: Peach-Orange. HEX triplet: FF, C9 and 95. RGB value is (255,201,149). Sum of RGB (Red+Green+Blue) = 255+201+149=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC995 is #00366A. Grayscale: #D3D3D3. Windows color (decimal): -13931 or 9816575. OLE color: 9816575.

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

Color convert

RGB 255 201 149 -
CMYK 0 0.21 0.42 0
HSL 29.43º 1% 0.79% -
HSV(B) 29.43º 0.42% 1% -
XYZ 67.55 65.2 37.46 -
YUV 211.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 255 201 149 0 0.21 0.42 0 29.43 1 0.79
Hex FF C9 95 0 15 2A 0 1D 64 4F
Octal 377 311 225 0 25 52 0 35 144 117
Binary 11111111 11001001 10010101 0 10101 101010 0 11101 1100100 1001111

Color Harmonies of #FFC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC995

Black with #FFC995

Text Example


Text Example

White with #FFC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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