Html Css Color HEX #FFC796 Peach-Orange

📋 copy color: '#FFC796'

red 255 ◦ green 199 ◦ blue 150

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

Shades of Peach-Orange #FFC796

Tints of Peach-Orange #FFC796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 42.22%
G = 32.95%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFC796 (or 0xFFC796) is known color: Peach-Orange. HEX triplet: FF, C7 and 96. RGB value is (255,199,150). Sum of RGB (Red+Green+Blue) = 255+199+150=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC796 is #003869. Grayscale: #D2D2D2. Windows color (decimal): -14442 or 9881599. OLE color: 9881599.

HSL color Cylindrical-coordinate representation of color #FFC796: hue angle of 28º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC796 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 150 -
CMYK 0 0.22 0.41 0
HSL 28º 1% 0.79% -
HSV(B) 28º 0.41% 1% -
XYZ 67.17 64.31 37.73 -
YUV 210.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 255 199 150 0 0.22 0.41 0 28 1 0.79
Hex FF C7 96 0 16 29 0 1C 64 4F
Octal 377 307 226 0 26 51 0 34 144 117
Binary 11111111 11000111 10010110 0 10110 101001 0 11100 1100100 1001111

Color Harmonies of #FFC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC796

Black with #FFC796

Text Example


Text Example

White with #FFC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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