Html Css Color HEX #FBDB5D Dandelion

📋 copy color: '#FBDB5D'

red 251 ◦ green 219 ◦ blue 93

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

Shades of Dandelion #FBDB5D

Tints of Dandelion #FBDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.52%

R = 44.58%
G = 38.9%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBDB5D (or 0xFBDB5D) is known color: Dandelion. HEX triplet: FB, DB and 5D. RGB value is (251,219,93). Sum of RGB (Red+Green+Blue) = 251+219+93=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB5D is #0424A2. Grayscale: #D6D6D6. Windows color (decimal): -271523 or 6151163. OLE color: 6151163.

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

Color convert

RGB 251 219 93 -
CMYK 0 0.13 0.63 0.02
HSL 47.85º 0.95% 0.67% -
HSV(B) 47.85º 0.63% 0.98% -
XYZ 67.09 71.96 20.71 -
YUV 214.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 251 219 93 0 0.13 0.63 0.02 47.85 0.95 0.67
Hex FB DB 5D 0 D 3F 2 30 5F 43
Octal 373 333 135 0 15 77 2 60 137 103
Binary 11111011 11011011 1011101 0 1101 111111 10 110000 1011111 1000011

Color Harmonies of #FBDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB5D

Black with #FBDB5D

Text Example


Text Example

White with #FBDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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