Html Css Color HEX #FBDA60 Dandelion

📋 copy color: '#FBDA60'

red 251 ◦ green 218 ◦ blue 96

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

Shades of Dandelion #FBDA60

Tints of Dandelion #FBDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

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

R = 44.42%
G = 38.58%
B = 16.99%

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

#FBDA60 (or 0xFBDA60) is known color: Dandelion. HEX triplet: FB, DA and 60. RGB value is (251,218,96). Sum of RGB (Red+Green+Blue) = 251+218+96=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA60 is #04259F. Grayscale: #D6D6D6. Windows color (decimal): -271776 or 6347515. OLE color: 6347515.

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

Color convert

RGB 251 218 96 -
CMYK 0 0.13 0.62 0.02
HSL 47.23º 0.95% 0.68% -
HSV(B) 47.23º 0.62% 0.98% -
XYZ 66.97 71.5 21.34 -
YUV 213.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 251 218 96 0 0.13 0.62 0.02 47.23 0.95 0.68
Hex FB DA 60 0 D 3E 2 2F 5F 44
Octal 373 332 140 0 15 76 2 57 137 104
Binary 11111011 11011010 1100000 0 1101 111110 10 101111 1011111 1000100

Color Harmonies of #FBDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA60

Black with #FBDA60

Text Example


Text Example

White with #FBDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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