#FBD75F

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

Shades of Dandelion #FBD75F

Tints of Dandelion #FBD75F

Color information

#FBD75F (or 0xFBD75F) is unknown color: approx Dandelion. HEX triplet: FB, D7 and 5F. RGB value is (251,215,95). Sum of RGB (Red+Green+Blue) = 251+215+95=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD75F is #0428A0. Grayscale: #D4D4D4. Windows color (decimal): -272545 or 6281211. OLE color: 6281211.

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

Color convert

RGB25121595-
CMYK00.140.620.02
HSL46.15º95.12%67.84%-
HSV(B)46.15º62.15%98.43%-
XYZ66.1569.9420.84-
YUV212.0861.93155.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 95 (37.5% from 255) = 16.93%
R=44.74%
G=38.32%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512159500.140.620.0246.1595.1267.84
HexFBD75F0E3E22e5f44
Octal37332713701676256137104
Binary11111011110101111011111011101111101010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD75F; }

 p { color: rgb(251,215,95); }

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

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

 a { background-color: rgb(251,215,95); }

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

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

 span { border-color: rgb(251,215,95); }

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