Html Css Color HEX #FAC797 Peach-Orange

📋 copy color: '#FAC797'

red 250 ◦ green 199 ◦ blue 151

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

Shades of Peach-Orange #FAC797

Tints of Peach-Orange #FAC797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.17%

R = 41.67%
G = 33.17%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC797 (or 0xFAC797) is known color: Peach-Orange. HEX triplet: FA, C7 and 97. RGB value is (250,199,151). Sum of RGB (Red+Green+Blue) = 250+199+151=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC797 is #053868. Grayscale: #D1D1D1. Windows color (decimal): -342121 or 9947130. OLE color: 9947130.

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

Color convert

RGB 250 199 151 -
CMYK 0 0.20 0.40 0.02
HSL 29.09º 0.91% 0.79% -
HSV(B) 29.09º 0.4% 0.98% -
XYZ 65.43 63.41 38.07 -
YUV 208.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 250 199 151 0 0.20 0.40 0.02 29.09 0.91 0.79
Hex FA C7 97 0 14 28 2 1D 5B 4F
Octal 372 307 227 0 24 50 2 35 133 117
Binary 11111010 11000111 10010111 0 10100 101000 10 11101 1011011 1001111

Color Harmonies of #FAC797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC797

Black with #FAC797

Text Example


Text Example

White with #FAC797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC797; }

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

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

background-color css

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

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

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

border-color css

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

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

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