Html Css Color HEX #FBDC5D Dandelion

📋 copy color: '#FBDC5D'

red 251 ◦ green 220 ◦ blue 93

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

Shades of Dandelion #FBDC5D

Tints of Dandelion #FBDC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

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

R = 44.5%
G = 39.01%
B = 16.49%

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

#FBDC5D (or 0xFBDC5D) is known color: Dandelion. HEX triplet: FB, DC and 5D. RGB value is (251,220,93). Sum of RGB (Red+Green+Blue) = 251+220+93=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC5D is #0423A2. Grayscale: #D7D7D7. Windows color (decimal): -271267 or 6151419. OLE color: 6151419.

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

Color convert

RGB 251 220 93 -
CMYK 0 0.12 0.63 0.02
HSL 48.23º 0.95% 0.67% -
HSV(B) 48.23º 0.63% 0.98% -
XYZ 67.35 72.49 20.8 -
YUV 214.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 251 220 93 0 0.12 0.63 0.02 48.23 0.95 0.67
Hex FB DC 5D 0 C 3F 2 30 5F 43
Octal 373 334 135 0 14 77 2 60 137 103
Binary 11111011 11011100 1011101 0 1100 111111 10 110000 1011111 1000011

Color Harmonies of #FBDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC5D

Black with #FBDC5D

Text Example


Text Example

White with #FBDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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