Html Css Color HEX #FAC896 Peach-Orange

📋 copy color: '#FAC896'

red 250 ◦ green 200 ◦ blue 150

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

Shades of Peach-Orange #FAC896

Tints of Peach-Orange #FAC896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAC896 (or 0xFAC896) is known color: Peach-Orange. HEX triplet: FA, C8 and 96. RGB value is (250,200,150). Sum of RGB (Red+Green+Blue) = 250+200+150=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC896 is #053769. Grayscale: #D1D1D1. Windows color (decimal): -341866 or 9881850. OLE color: 9881850.

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

Color convert

RGB 250 200 150 -
CMYK 0 0.2 0.4 0.02
HSL 30º 0.91% 0.78% -
HSV(B) 30º 0.4% 0.98% -
XYZ 65.58 63.83 37.72 -
YUV 209.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 250 200 150 0 0.2 0.4 0.02 30 0.91 0.78
Hex FA C8 96 0 14 28 2 1E 5B 4E
Octal 372 310 226 0 24 50 2 36 133 116
Binary 11111010 11001000 10010110 0 10100 101000 10 11110 1011011 1001110

Color Harmonies of #FAC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC896

Black with #FAC896

Text Example


Text Example

White with #FAC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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