#FBD361

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

Shades of Dandelion #FBD361

Tints of Dandelion #FBD361

Color information

#FBD361 (or 0xFBD361) is unknown color: approx Dandelion. HEX triplet: FB, D3 and 61. RGB value is (251,211,97). Sum of RGB (Red+Green+Blue) = 251+211+97=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD361 is #042C9E. Grayscale: #D2D2D2. Windows color (decimal): -273567 or 6411259. OLE color: 6411259.

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

Color convert

RGB25121197-
CMYK00.160.610.02
HSL44.42º95.06%68.24%-
HSV(B)44.42º61.35%98.43%-
XYZ65.2467.9620.99-
YUV209.9664.25157.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 97 (38.28% from 255) = 17.35%
R=44.90%
G=37.75%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512119700.160.610.0244.4295.0668.24
HexFBD3610103D22c5f44
Octal37332314102075254137104
Binary111110111101001111000010100001111011010110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD361; }

 p { color: rgb(251,211,97); }

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

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

 a { background-color: rgb(251,211,97); }

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

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

 span { border-color: rgb(251,211,97); }

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