Html Css Color HEX #FAC899 Peach-Orange

📋 copy color: '#FAC899'

red 250 ◦ green 200 ◦ blue 153

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

Shades of Peach-Orange #FAC899

Tints of Peach-Orange #FAC899

RGB

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

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

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

R = 41.46%
G = 33.17%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC899 (or 0xFAC899) is known color: Peach-Orange. HEX triplet: FA, C8 and 99. RGB value is (250,200,153). Sum of RGB (Red+Green+Blue) = 250+200+153=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC899 is #053766. Grayscale: #D1D1D1. Windows color (decimal): -341863 or 10078458. OLE color: 10078458.

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

Color convert

RGB 250 200 153 -
CMYK 0 0.2 0.39 0.02
HSL 29.07º 0.91% 0.79% -
HSV(B) 29.07º 0.39% 0.98% -
XYZ 65.83 63.93 39.01 -
YUV 209.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 250 200 153 0 0.2 0.39 0.02 29.07 0.91 0.79
Hex FA C8 99 0 14 27 2 1D 5B 4F
Octal 372 310 231 0 24 47 2 35 133 117
Binary 11111010 11001000 10011001 0 10100 100111 10 11101 1011011 1001111

Color Harmonies of #FAC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC899

Black with #FAC899

Text Example


Text Example

White with #FAC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC899; }

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

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

background-color css

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

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

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

border-color css

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

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

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