Html Css Color HEX #FBDF60 Dandelion

📋 copy color: '#FBDF60'

red 251 ◦ green 223 ◦ blue 96

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

Shades of Dandelion #FBDF60

Tints of Dandelion #FBDF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 44.04%
G = 39.12%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBDF60 (or 0xFBDF60) is known color: Dandelion. HEX triplet: FB, DF and 60. RGB value is (251,223,96). Sum of RGB (Red+Green+Blue) = 251+223+96=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF60 is #04209F. Grayscale: #D9D9D9. Windows color (decimal): -270496 or 6348795. OLE color: 6348795.

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

Color convert

RGB 251 223 96 -
CMYK 0 0.11 0.62 0.02
HSL 49.16º 0.95% 0.68% -
HSV(B) 49.16º 0.62% 0.98% -
XYZ 68.28 74.13 21.78 -
YUV 216.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 251 223 96 0 0.11 0.62 0.02 49.16 0.95 0.68
Hex FB DF 60 0 B 3E 2 31 5F 44
Octal 373 337 140 0 13 76 2 61 137 104
Binary 11111011 11011111 1100000 0 1011 111110 10 110001 1011111 1000100

Color Harmonies of #FBDF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF60

Black with #FBDF60

Text Example


Text Example

White with #FBDF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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