Html Css Color HEX #FACC91 Peach-Orange

📋 copy color: '#FACC91'

red 250 ◦ green 204 ◦ blue 145

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

Shades of Peach-Orange #FACC91

Tints of Peach-Orange #FACC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

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

R = 41.74%
G = 34.06%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FACC91 (or 0xFACC91) is known color: Peach-Orange. HEX triplet: FA, CC and 91. RGB value is (250,204,145). Sum of RGB (Red+Green+Blue) = 250+204+145=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC91 is #05336E. Grayscale: #D3D3D3. Windows color (decimal): -340847 or 9555194. OLE color: 9555194.

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

Color convert

RGB 250 204 145 -
CMYK 0 0.18 0.42 0.02
HSL 33.71º 0.91% 0.77% -
HSV(B) 33.71º 0.42% 0.98% -
XYZ 66.13 65.55 35.96 -
YUV 211.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 250 204 145 0 0.18 0.42 0.02 33.71 0.91 0.77
Hex FA CC 91 0 12 2A 2 22 5B 4D
Octal 372 314 221 0 22 52 2 42 133 115
Binary 11111010 11001100 10010001 0 10010 101010 10 100010 1011011 1001101

Color Harmonies of #FACC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC91

Black with #FACC91

Text Example


Text Example

White with #FACC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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