#FACF97

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

Shades of Peach-Orange #FACF97

Tints of Peach-Orange #FACF97

Color information

#FACF97 (or 0xFACF97) is unknown color: approx Peach-Orange. HEX triplet: FA, CF and 97. RGB value is (250,207,151). Sum of RGB (Red+Green+Blue) = 250+207+151=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF97 is #053068. Grayscale: #D5D5D5. Windows color (decimal): -340073 or 9949178. OLE color: 9949178.

HSL color Cylindrical-coordinate representation of color #FACF97: hue angle of 33.94º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FACF97 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250207151-
CMYK00.170.400.02
HSL33.94º90.83%78.63%-
HSV(B)33.94º39.6%98.04%-
XYZ67.3267.1838.7-
YUV213.4792.75154.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=41.12%
G=34.05%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020715100.170.400.0233.9490.8378.63
HexFACF97011282225b4f
Octal37231722702150242133117
Binary1111101011001111100101110100011010001010001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF97; }

 p { color: rgb(250,207,151); }

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

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

 a { background-color: rgb(250,207,151); }

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

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

 span { border-color: rgb(250,207,151); }

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