Html Css Color HEX #FBDB6A Dandelion

📋 copy color: '#FBDB6A'

red 251 ◦ green 219 ◦ blue 106

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

Shades of Dandelion #FBDB6A

Tints of Dandelion #FBDB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.4%

R = 43.58%
G = 38.02%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBDB6A (or 0xFBDB6A) is known color: Dandelion. HEX triplet: FB, DB and 6A. RGB value is (251,219,106). Sum of RGB (Red+Green+Blue) = 251+219+106=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB6A is #042495. Grayscale: #D8D8D8. Windows color (decimal): -271510 or 7003131. OLE color: 7003131.

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

Color convert

RGB 251 219 106 -
CMYK 0 0.13 0.58 0.02
HSL 46.76º 0.95% 0.7% -
HSV(B) 46.76º 0.58% 0.98% -
XYZ 67.72 72.21 24.01 -
YUV 215.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 251 219 106 0 0.13 0.58 0.02 46.76 0.95 0.7
Hex FB DB 6A 0 D 3A 2 2F 5F 46
Octal 373 333 152 0 15 72 2 57 137 106
Binary 11111011 11011011 1101010 0 1101 111010 10 101111 1011111 1000110

Color Harmonies of #FBDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB6A

Black with #FBDB6A

Text Example


Text Example

White with #FBDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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