#FBD46C

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

Shades of Grandis #FBD46C

Tints of Grandis #FBD46C

Color information

#FBD46C (or 0xFBD46C) is unknown color: approx Grandis. HEX triplet: FB, D4 and 6C. RGB value is (251,212,108). Sum of RGB (Red+Green+Blue) = 251+212+108=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD46C is #042B93. Grayscale: #D4D4D4. Windows color (decimal): -273300 or 7132411. OLE color: 7132411.

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

Color convert

RGB251212108-
CMYK00.160.570.02
HSL43.64º94.7%70.39%-
HSV(B)43.64º56.97%98.43%-
XYZ66.0368.6823.96-
YUV211.869.42155.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 108 (42.58% from 255) = 18.91%
R=43.96%
G=37.13%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121210800.160.570.0243.6494.770.39
HexFBD46C0103922c5f46
Octal37332415402071254137106
Binary111110111101010011011000100001110011010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD46C; }

 p { color: rgb(251,212,108); }

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

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

 a { background-color: rgb(251,212,108); }

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

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

 span { border-color: rgb(251,212,108); }

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