Html Css Color HEX #FAC999 Peach-Orange

📋 copy color: '#FAC999'

red 250 ◦ green 201 ◦ blue 153

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

Shades of Peach-Orange #FAC999

Tints of Peach-Orange #FAC999

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.28%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 41.39%
G = 33.28%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC999 (or 0xFAC999) is known color: Peach-Orange. HEX triplet: FA, C9 and 99. RGB value is (250,201,153). Sum of RGB (Red+Green+Blue) = 250+201+153=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC999 is #053666. Grayscale: #D2D2D2. Windows color (decimal): -341607 or 10078714. OLE color: 10078714.

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

Color convert

RGB 250 201 153 -
CMYK 0 0.20 0.39 0.02
HSL 29.69º 0.91% 0.79% -
HSV(B) 29.69º 0.39% 0.98% -
XYZ 66.06 64.4 39.09 -
YUV 210.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 250 201 153 0 0.20 0.39 0.02 29.69 0.91 0.79
Hex FA C9 99 0 14 27 2 1E 5B 4F
Octal 372 311 231 0 24 47 2 36 133 117
Binary 11111010 11001001 10011001 0 10100 100111 10 11110 1011011 1001111

Color Harmonies of #FAC999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC999

Black with #FAC999

Text Example


Text Example

White with #FAC999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC999; }

 p { color: rgb(250,201,153); }

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

background-color css

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

 a { background-color: rgb(250,201,153); }

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

border-color css

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

 span { border-color: rgb(250,201,153); }

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