#FAC98D

Color #FAC98D Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FAC98D

Tints of Peach-Orange #FAC98D

Color information

#FAC98D (or 0xFAC98D) is unknown color: approx Peach-Orange. HEX triplet: FA, C9 and 8D. RGB value is (250,201,141). Sum of RGB (Red+Green+Blue) = 250+201+141=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98D is #053672. Grayscale: #D1D1D1. Windows color (decimal): -341619 or 9292282. OLE color: 9292282.

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

Color convert

RGB250201141-
CMYK00.200.440.02
HSL33.03º91.6%76.67%-
HSV(B)33.03º43.6%98.04%-
XYZ65.1264.0234.12-
YUV208.8189.73157.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=42.23%
G=33.95%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020114100.200.440.0233.0391.676.67
HexFAC98D0142C2215c4d
Octal37231121502454241134115
Binary1111101011001001100011010101001011001010000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC98D; }

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

 H1.HeaderClassName
 {
   color: #FAC98D;
 }
 .AnyTagClassName
 {
   color: #FAC98D;
 }
</style>
background-color css

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

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

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

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

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

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