Html Css Color HEX #FAC995 Peach-Orange

📋 copy color: '#FAC995'

red 250 ◦ green 201 ◦ blue 149

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

Shades of Peach-Orange #FAC995

Tints of Peach-Orange #FAC995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 41.67%
G = 33.5%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC995 (or 0xFAC995) is known color: Peach-Orange. HEX triplet: FA, C9 and 95. RGB value is (250,201,149). Sum of RGB (Red+Green+Blue) = 250+201+149=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC995 is #05366A. Grayscale: #D1D1D1. Windows color (decimal): -341611 or 9816570. OLE color: 9816570.

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

Color convert

RGB 250 201 149 -
CMYK 0 0.20 0.40 0.02
HSL 30.89º 0.91% 0.78% -
HSV(B) 30.89º 0.4% 0.98% -
XYZ 65.74 64.27 37.37 -
YUV 209.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 250 201 149 0 0.20 0.40 0.02 30.89 0.91 0.78
Hex FA C9 95 0 14 28 2 1F 5B 4E
Octal 372 311 225 0 24 50 2 37 133 116
Binary 11111010 11001001 10010101 0 10100 101000 10 11111 1011011 1001110

Color Harmonies of #FAC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC995

Black with #FAC995

Text Example


Text Example

White with #FAC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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