Html Css Color HEX #FBDD5E Dandelion

📋 copy color: '#FBDD5E'

red 251 ◦ green 221 ◦ blue 94

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

Shades of Dandelion #FBDD5E

Tints of Dandelion #FBDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

 BLUE value IS 94 (37.11% from 255) = 16.61%

R = 44.35%
G = 39.05%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBDD5E (or 0xFBDD5E) is known color: Dandelion. HEX triplet: FB, DD and 5E. RGB value is (251,221,94). Sum of RGB (Red+Green+Blue) = 251+221+94=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD5E is #0422A1. Grayscale: #D8D8D8. Windows color (decimal): -271010 or 6217211. OLE color: 6217211.

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

Color convert

RGB 251 221 94 -
CMYK 0 0.12 0.63 0.02
HSL 48.54º 0.95% 0.68% -
HSV(B) 48.54º 0.63% 0.98% -
XYZ 67.66 73.03 21.12 -
YUV 215.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 251 221 94 0 0.12 0.63 0.02 48.54 0.95 0.68
Hex FB DD 5E 0 C 3F 2 31 5F 44
Octal 373 335 136 0 14 77 2 61 137 104
Binary 11111011 11011101 1011110 0 1100 111111 10 110001 1011111 1000100

Color Harmonies of #FBDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD5E

Black with #FBDD5E

Text Example


Text Example

White with #FBDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD5E; }

 p { color: rgb(251,221,94); }

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

background-color css

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

 a { background-color: rgb(251,221,94); }

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

border-color css

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

 span { border-color: rgb(251,221,94); }

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