Html Css Color HEX #FAC697 Peach-Orange

📋 copy color: '#FAC697'

red 250 ◦ green 198 ◦ blue 151

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

Shades of Peach-Orange #FAC697

Tints of Peach-Orange #FAC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.06%

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

R = 41.74%
G = 33.06%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC697 (or 0xFAC697) is known color: Peach-Orange. HEX triplet: FA, C6 and 97. RGB value is (250,198,151). Sum of RGB (Red+Green+Blue) = 250+198+151=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC697 is #053968. Grayscale: #D0D0D0. Windows color (decimal): -342377 or 9946874. OLE color: 9946874.

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

Color convert

RGB 250 198 151 -
CMYK 0 0.21 0.40 0.02
HSL 28.48º 0.91% 0.79% -
HSV(B) 28.48º 0.4% 0.98% -
XYZ 65.2 62.95 37.99 -
YUV 208.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 250 198 151 0 0.21 0.40 0.02 28.48 0.91 0.79
Hex FA C6 97 0 15 28 2 1C 5B 4F
Octal 372 306 227 0 25 50 2 34 133 117
Binary 11111010 11000110 10010111 0 10101 101000 10 11100 1011011 1001111

Color Harmonies of #FAC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC697

Black with #FAC697

Text Example


Text Example

White with #FAC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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