#FBD45D

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

Shades of Dandelion #FBD45D

Tints of Dandelion #FBD45D

Color information

#FBD45D (or 0xFBD45D) is unknown color: approx Dandelion. HEX triplet: FB, D4 and 5D. RGB value is (251,212,93). Sum of RGB (Red+Green+Blue) = 251+212+93=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD45D is #042BA2. Grayscale: #D2D2D2. Windows color (decimal): -273315 or 6149371. OLE color: 6149371.

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

Color convert

RGB25121293-
CMYK00.160.630.02
HSL45.19º95.18%67.45%-
HSV(B)45.19º62.95%98.43%-
XYZ65.368.3920.11-
YUV210.161.92157.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=45.14%
G=38.13%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512129300.160.630.0245.1995.1867.45
HexFBD45D0103F22d5f43
Octal37332413502077255137103
Binary111110111101010010111010100001111111010110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD45D; }

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

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

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

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

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

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

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

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