#FBD06C

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

Shades of Grandis #FBD06C

Tints of Grandis #FBD06C

Color information

#FBD06C (or 0xFBD06C) is unknown color: approx Grandis. HEX triplet: FB, D0 and 6C. RGB value is (251,208,108). Sum of RGB (Red+Green+Blue) = 251+208+108=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD06C is #042F93. Grayscale: #D1D1D1. Windows color (decimal): -274324 or 7131387. OLE color: 7131387.

HSL color Cylindrical-coordinate representation of color #FBD06C: hue angle of 41.96º 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 #FBD06C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251208108-
CMYK00.170.570.02
HSL41.96º94.7%70.39%-
HSV(B)41.96º56.97%98.43%-
XYZ65.0566.723.63-
YUV209.4670.75157.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 108 (42.58% from 255) = 19.05%
R=44.27%
G=36.68%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120810800.170.570.0241.9694.770.39
HexFBD06C0113922a5f46
Octal37332015402171252137106
Binary111110111101000011011000100011110011010101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD06C; }

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

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

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

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

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

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

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

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