Html Css Color HEX #FAC597 Peach-Orange

📋 copy color: '#FAC597'

red 250 ◦ green 197 ◦ blue 151

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

Shades of Peach-Orange #FAC597

Tints of Peach-Orange #FAC597

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.94%

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

R = 41.81%
G = 32.94%
B = 25.25%

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

#FAC597 (or 0xFAC597) is known color: Peach-Orange. HEX triplet: FA, C5 and 97. RGB value is (250,197,151). Sum of RGB (Red+Green+Blue) = 250+197+151=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC597 is #053A68. Grayscale: #CFCFCF. Windows color (decimal): -342633 or 9946618. OLE color: 9946618.

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

Color convert

RGB 250 197 151 -
CMYK 0 0.21 0.40 0.02
HSL 27.88º 0.91% 0.79% -
HSV(B) 27.88º 0.4% 0.98% -
XYZ 64.98 62.49 37.92 -
YUV 207.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 250 197 151 0 0.21 0.40 0.02 27.88 0.91 0.79
Hex FA C5 97 0 15 28 2 1C 5B 4F
Octal 372 305 227 0 25 50 2 34 133 117
Binary 11111010 11000101 10010111 0 10101 101000 10 11100 1011011 1001111

Color Harmonies of #FAC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC597

Black with #FAC597

Text Example


Text Example

White with #FAC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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