Html Css Color HEX #FBDA5D Dandelion

📋 copy color: '#FBDA5D'

red 251 ◦ green 218 ◦ blue 93

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

Shades of Dandelion #FBDA5D

Tints of Dandelion #FBDA5D

RGB

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

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

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

R = 44.66%
G = 38.79%
B = 16.55%

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

#FBDA5D (or 0xFBDA5D) is known color: Dandelion. HEX triplet: FB, DA and 5D. RGB value is (251,218,93). Sum of RGB (Red+Green+Blue) = 251+218+93=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA5D is #0425A2. Grayscale: #D6D6D6. Windows color (decimal): -271779 or 6150907. OLE color: 6150907.

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

Color convert

RGB 251 218 93 -
CMYK 0 0.13 0.63 0.02
HSL 47.47º 0.95% 0.67% -
HSV(B) 47.47º 0.63% 0.98% -
XYZ 66.83 71.44 20.62 -
YUV 213.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 251 218 93 0 0.13 0.63 0.02 47.47 0.95 0.67
Hex FB DA 5D 0 D 3F 2 2F 5F 43
Octal 373 332 135 0 15 77 2 57 137 103
Binary 11111011 11011010 1011101 0 1101 111111 10 101111 1011111 1000011

Color Harmonies of #FBDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA5D

Black with #FBDA5D

Text Example


Text Example

White with #FBDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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