#FAC98F

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

Shades of Peach-Orange #FAC98F

Tints of Peach-Orange #FAC98F

Color information

#FAC98F (or 0xFAC98F) is unknown color: approx Peach-Orange. HEX triplet: FA, C9 and 8F. RGB value is (250,201,143). Sum of RGB (Red+Green+Blue) = 250+201+143=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98F is #053670. Grayscale: #D1D1D1. Windows color (decimal): -341617 or 9423354. OLE color: 9423354.

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

Color convert

RGB250201143-
CMYK00.200.430.02
HSL32.52º91.45%77.06%-
HSV(B)32.52º42.8%98.04%-
XYZ65.2764.0834.92-
YUV209.0490.73157.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 143 (56.25% from 255) = 24.07%
R=42.09%
G=33.84%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020114300.200.430.0232.5291.4577.06
HexFAC98F0142B2215b4d
Octal37231121702453241133115
Binary1111101011001001100011110101001010111010000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC98F; }

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

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

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

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

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

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

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

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