Html Css Color HEX #FFC795 Peach-Orange

📋 copy color: '#FFC795'

red 255 ◦ green 199 ◦ blue 149

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

Shades of Peach-Orange #FFC795

Tints of Peach-Orange #FFC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33%

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

R = 42.29%
G = 33%
B = 24.71%

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

#FFC795 (or 0xFFC795) is known color: Peach-Orange. HEX triplet: FF, C7 and 95. RGB value is (255,199,149). Sum of RGB (Red+Green+Blue) = 255+199+149=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC795 is #00386A. Grayscale: #D2D2D2. Windows color (decimal): -14443 or 9816063. OLE color: 9816063.

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

Color convert

RGB 255 199 149 -
CMYK 0 0.22 0.42 0
HSL 28.3º 1% 0.79% -
HSV(B) 28.3º 0.42% 1% -
XYZ 67.09 64.28 37.3 -
YUV 210.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 255 199 149 0 0.22 0.42 0 28.3 1 0.79
Hex FF C7 95 0 16 2A 0 1C 64 4F
Octal 377 307 225 0 26 52 0 34 144 117
Binary 11111111 11000111 10010101 0 10110 101010 0 11100 1100100 1001111

Color Harmonies of #FFC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC795

Black with #FFC795

Text Example


Text Example

White with #FFC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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