Html Css Color HEX #FAC996 Peach-Orange

📋 copy color: '#FAC996'

red 250 ◦ green 201 ◦ blue 150

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

Shades of Peach-Orange #FAC996

Tints of Peach-Orange #FAC996

RGB

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

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

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

R = 41.6%
G = 33.44%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAC996 (or 0xFAC996) is known color: Peach-Orange. HEX triplet: FA, C9 and 96. RGB value is (250,201,150). Sum of RGB (Red+Green+Blue) = 250+201+150=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC996 is #053669. Grayscale: #D2D2D2. Windows color (decimal): -341610 or 9882106. OLE color: 9882106.

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

Color convert

RGB 250 201 150 -
CMYK 0 0.20 0.4 0.02
HSL 30.6º 0.91% 0.78% -
HSV(B) 30.6º 0.4% 0.98% -
XYZ 65.82 64.3 37.8 -
YUV 209.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 250 201 150 0 0.20 0.4 0.02 30.6 0.91 0.78
Hex FA C9 96 0 14 28 2 1F 5B 4E
Octal 372 311 226 0 24 50 2 37 133 116
Binary 11111010 11001001 10010110 0 10100 101000 10 11111 1011011 1001110

Color Harmonies of #FAC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC996

Black with #FAC996

Text Example


Text Example

White with #FAC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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