Html Css Color HEX #FBDB60 Dandelion

📋 copy color: '#FBDB60'

red 251 ◦ green 219 ◦ blue 96

#FBDB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FBDB60

Tints of Dandelion #FBDB60

RGB

 RED value IS 251 (98.44% from 255) = 44.35%

 GREEN value IS 219 (85.94% from 255) = 38.69%

 BLUE value IS 96 (37.89% from 255) = 16.96%

R = 44.35%
G = 38.69%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBDB60 (or 0xFBDB60) is known color: Dandelion. HEX triplet: FB, DB and 60. RGB value is (251,219,96). Sum of RGB (Red+Green+Blue) = 251+219+96=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB60 is #04249F. Grayscale: #D7D7D7. Windows color (decimal): -271520 or 6347771. OLE color: 6347771.

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

Color convert

RGB 251 219 96 -
CMYK 0 0.13 0.62 0.02
HSL 47.61º 0.95% 0.68% -
HSV(B) 47.61º 0.62% 0.98% -
XYZ 67.23 72.02 21.42 -
YUV 214.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 251 219 96 0 0.13 0.62 0.02 47.61 0.95 0.68
Hex FB DB 60 0 D 3E 2 30 5F 44
Octal 373 333 140 0 15 76 2 60 137 104
Binary 11111011 11011011 1100000 0 1101 111110 10 110000 1011111 1000100

Color Harmonies of #FBDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB60

Black with #FBDB60

Text Example


Text Example

White with #FBDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB60; }

 p { color: rgb(251,219,96); }

 H1.HeaderClassName
 {
   color: #FBDB60;
 }
 .AnyTagClassName
 {
   color: #FBDB60;
 }
</style>

background-color css

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

 a { background-color: rgb(251,219,96); }

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

border-color css

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

 span { border-color: rgb(251,219,96); }

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