Html Css Color HEX #FAC796 Peach-Orange

📋 copy color: '#FAC796'

red 250 ◦ green 199 ◦ blue 150

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

Shades of Peach-Orange #FAC796

Tints of Peach-Orange #FAC796

RGB

 RED value IS 250 (98.05% from 255) = 41.74%

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

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

R = 41.74%
G = 33.22%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAC796 (or 0xFAC796) is known color: Peach-Orange. HEX triplet: FA, C7 and 96. RGB value is (250,199,150). Sum of RGB (Red+Green+Blue) = 250+199+150=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC796 is #053869. Grayscale: #D0D0D0. Windows color (decimal): -342122 or 9881594. OLE color: 9881594.

HSL color Cylindrical-coordinate representation of color #FAC796: hue angle of 29.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC796 is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 150 -
CMYK 0 0.20 0.4 0.02
HSL 29.4º 0.91% 0.78% -
HSV(B) 29.4º 0.4% 0.98% -
XYZ 65.35 63.37 37.64 -
YUV 208.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 250 199 150 0 0.20 0.4 0.02 29.4 0.91 0.78
Hex FA C7 96 0 14 28 2 1D 5B 4E
Octal 372 307 226 0 24 50 2 35 133 116
Binary 11111010 11000111 10010110 0 10100 101000 10 11101 1011011 1001110

Color Harmonies of #FAC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC796

Black with #FAC796

Text Example


Text Example

White with #FAC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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