Html Css Color HEX #FAC991 Peach-Orange

📋 copy color: '#FAC991'

red 250 ◦ green 201 ◦ blue 145

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

Shades of Peach-Orange #FAC991

Tints of Peach-Orange #FAC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.33%

R = 41.95%
G = 33.72%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC991 (or 0xFAC991) is known color: Peach-Orange. HEX triplet: FA, C9 and 91. RGB value is (250,201,145). Sum of RGB (Red+Green+Blue) = 250+201+145=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC991 is #05366E. Grayscale: #D1D1D1. Windows color (decimal): -341615 or 9554426. OLE color: 9554426.

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

Color convert

RGB 250 201 145 -
CMYK 0 0.20 0.42 0.02
HSL 32º 0.91% 0.77% -
HSV(B) 32º 0.42% 0.98% -
XYZ 65.42 64.14 35.72 -
YUV 209.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 250 201 145 0 0.20 0.42 0.02 32 0.91 0.77
Hex FA C9 91 0 14 2A 2 20 5B 4D
Octal 372 311 221 0 24 52 2 40 133 115
Binary 11111010 11001001 10010001 0 10100 101010 10 100000 1011011 1001101

Color Harmonies of #FAC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC991

Black with #FAC991

Text Example


Text Example

White with #FAC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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