#FACD67

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

Shades of Grandis #FACD67

Tints of Grandis #FACD67

Color information

#FACD67 (or 0xFACD67) is unknown color: approx Grandis. HEX triplet: FA, CD and 67. RGB value is (250,205,103). Sum of RGB (Red+Green+Blue) = 250+205+103=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD67 is #053298. Grayscale: #CFCFCF. Windows color (decimal): -340633 or 6802938. OLE color: 6802938.

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

Color convert

RGB250205103-
CMYK00.180.590.02
HSL41.63º93.63%69.22%-
HSV(B)41.63º58.8%98.04%-
XYZ63.764.9722.01-
YUV206.8369.41158.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 103 (40.62% from 255) = 18.46%
R=44.80%
G=36.74%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020510300.180.590.0241.6393.6369.22
HexFACD670123B22a5e45
Octal37231514702273252136105
Binary111110101100110111001110100101110111010101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD67; }

 p { color: rgb(250,205,103); }

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

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

 a { background-color: rgb(250,205,103); }

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

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

 span { border-color: rgb(250,205,103); }

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