#FACF69

Color #FACF69 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FACF69

Tints of Grandis #FACF69

Color information

#FACF69 (or 0xFACF69) is unknown color: approx Grandis. HEX triplet: FA, CF and 69. RGB value is (250,207,105). Sum of RGB (Red+Green+Blue) = 250+207+105=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF69 is #053096. Grayscale: #D0D0D0. Windows color (decimal): -340119 or 6934522. OLE color: 6934522.

HSL color Cylindrical-coordinate representation of color #FACF69: hue angle of 42.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FACF69 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250207105-
CMYK00.170.580.02
HSL42.21º93.55%69.61%-
HSV(B)42.21º58%98.04%-
XYZ64.2965.9722.71-
YUV208.2369.75157.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 105 (41.41% from 255) = 18.68%
R=44.48%
G=36.83%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020710500.170.580.0242.2193.5569.61
HexFACF690113A22a5e46
Octal37231715102172252136106
Binary111110101100111111010010100011110101010101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF69; }

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

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

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

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

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

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

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

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