#FBD762

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

Shades of Dandelion #FBD762

Tints of Dandelion #FBD762

Color information

#FBD762 (or 0xFBD762) is unknown color: approx Dandelion. HEX triplet: FB, D7 and 62. RGB value is (251,215,98). Sum of RGB (Red+Green+Blue) = 251+215+98=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD762 is #04289D. Grayscale: #D4D4D4. Windows color (decimal): -272542 or 6477819. OLE color: 6477819.

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

Color convert

RGB25121598-
CMYK00.140.610.02
HSL45.88º95.03%68.43%-
HSV(B)45.88º60.96%98.43%-
XYZ66.2969.9921.57-
YUV212.4363.43155.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 98 (38.67% from 255) = 17.38%
R=44.50%
G=38.12%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512159800.140.610.0245.8895.0368.43
HexFBD7620E3D22e5f44
Octal37332714201675256137104
Binary11111011110101111100010011101111011010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD762; }

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

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

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

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

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

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

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

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