Html Css Color HEX #FAC891 Peach-Orange

📋 copy color: '#FAC891'

red 250 ◦ green 200 ◦ blue 145

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

Shades of Peach-Orange #FAC891

Tints of Peach-Orange #FAC891

RGB

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

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

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

R = 42.02%
G = 33.61%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC891 (or 0xFAC891) is known color: Peach-Orange. HEX triplet: FA, C8 and 91. RGB value is (250,200,145). Sum of RGB (Red+Green+Blue) = 250+200+145=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC891 is #05376E. Grayscale: #D0D0D0. Windows color (decimal): -341871 or 9554170. OLE color: 9554170.

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

Color convert

RGB 250 200 145 -
CMYK 0 0.2 0.42 0.02
HSL 31.43º 0.91% 0.77% -
HSV(B) 31.43º 0.42% 0.98% -
XYZ 65.19 63.68 35.64 -
YUV 208.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 250 200 145 0 0.2 0.42 0.02 31.43 0.91 0.77
Hex FA C8 91 0 14 2A 2 1F 5B 4D
Octal 372 310 221 0 24 52 2 37 133 115
Binary 11111010 11001000 10010001 0 10100 101010 10 11111 1011011 1001101

Color Harmonies of #FAC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC891

Black with #FAC891

Text Example


Text Example

White with #FAC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC891; }

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

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

background-color css

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

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

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

border-color css

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

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

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