Html Css Color HEX #FAC897 Peach-Orange

📋 copy color: '#FAC897'

red 250 ◦ green 200 ◦ blue 151

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

Shades of Peach-Orange #FAC897

Tints of Peach-Orange #FAC897

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

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

R = 41.6%
G = 33.28%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC897 (or 0xFAC897) is known color: Peach-Orange. HEX triplet: FA, C8 and 97. RGB value is (250,200,151). Sum of RGB (Red+Green+Blue) = 250+200+151=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC897 is #053768. Grayscale: #D1D1D1. Windows color (decimal): -341865 or 9947386. OLE color: 9947386.

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

Color convert

RGB 250 200 151 -
CMYK 0 0.2 0.40 0.02
HSL 29.7º 0.91% 0.79% -
HSV(B) 29.7º 0.4% 0.98% -
XYZ 65.66 63.87 38.14 -
YUV 209.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 250 200 151 0 0.2 0.40 0.02 29.7 0.91 0.79
Hex FA C8 97 0 14 28 2 1E 5B 4F
Octal 372 310 227 0 24 50 2 36 133 117
Binary 11111010 11001000 10010111 0 10100 101000 10 11110 1011011 1001111

Color Harmonies of #FAC897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC897

Black with #FAC897

Text Example


Text Example

White with #FAC897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC897; }

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

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

background-color css

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

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

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

border-color css

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

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

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