Html Css Color HEX #FBDC60 Dandelion

📋 copy color: '#FBDC60'

red 251 ◦ green 220 ◦ blue 96

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

Shades of Dandelion #FBDC60

Tints of Dandelion #FBDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.93%

R = 44.27%
G = 38.8%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBDC60 (or 0xFBDC60) is known color: Dandelion. HEX triplet: FB, DC and 60. RGB value is (251,220,96). Sum of RGB (Red+Green+Blue) = 251+220+96=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC60 is #04239F. Grayscale: #D7D7D7. Windows color (decimal): -271264 or 6348027. OLE color: 6348027.

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

Color convert

RGB 251 220 96 -
CMYK 0 0.12 0.62 0.02
HSL 48º 0.95% 0.68% -
HSV(B) 48º 0.62% 0.98% -
XYZ 67.49 72.54 21.51 -
YUV 215.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 251 220 96 0 0.12 0.62 0.02 48 0.95 0.68
Hex FB DC 60 0 C 3E 2 30 5F 44
Octal 373 334 140 0 14 76 2 60 137 104
Binary 11111011 11011100 1100000 0 1100 111110 10 110000 1011111 1000100

Color Harmonies of #FBDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC60

Black with #FBDC60

Text Example


Text Example

White with #FBDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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