Html Css Color HEX #FBDA5B Dandelion

📋 copy color: '#FBDA5B'

red 251 ◦ green 218 ◦ blue 91

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

Shades of Dandelion #FBDA5B

Tints of Dandelion #FBDA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.25%

R = 44.82%
G = 38.93%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDA5B (or 0xFBDA5B) is known color: Dandelion. HEX triplet: FB, DA and 5B. RGB value is (251,218,91). Sum of RGB (Red+Green+Blue) = 251+218+91=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA5B is #0425A4. Grayscale: #D5D5D5. Windows color (decimal): -271781 or 6019835. OLE color: 6019835.

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

Color convert

RGB 251 218 91 -
CMYK 0 0.13 0.64 0.02
HSL 47.63º 0.95% 0.67% -
HSV(B) 47.63º 0.64% 0.98% -
XYZ 66.74 71.41 20.16 -
YUV 213.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 251 218 91 0 0.13 0.64 0.02 47.63 0.95 0.67
Hex FB DA 5B 0 D 40 2 30 5F 43
Octal 373 332 133 0 15 100 2 60 137 103
Binary 11111011 11011010 1011011 0 1101 1000000 10 110000 1011111 1000011

Color Harmonies of #FBDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA5B

Black with #FBDA5B

Text Example


Text Example

White with #FBDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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