Html Css Color HEX #FDD85B Dandelion

📋 copy color: '#FDD85B'

red 253 ◦ green 216 ◦ blue 91

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

Shades of Dandelion #FDD85B

Tints of Dandelion #FDD85B

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

 GREEN value IS 216 (84.77% from 255) = 38.57%

 BLUE value IS 91 (35.94% from 255) = 16.25%

R = 45.18%
G = 38.57%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDD85B (or 0xFDD85B) is known color: Dandelion. HEX triplet: FD, D8 and 5B. RGB value is (253,216,91). Sum of RGB (Red+Green+Blue) = 253+216+91=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85B is #0227A4. Grayscale: #D5D5D5. Windows color (decimal): -141221 or 6019325. OLE color: 6019325.

HSL color Cylindrical-coordinate representation of color #FDD85B: hue angle of 46.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDD85B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 91 -
CMYK 0 0.15 0.64 0.01
HSL 46.3º 0.98% 0.67% -
HSV(B) 46.3º 0.64% 0.99% -
XYZ 66.95 70.75 20.02 -
YUV 212.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 253 216 91 0 0.15 0.64 0.01 46.3 0.98 0.67
Hex FD D8 5B 0 F 40 1 2E 62 43
Octal 375 330 133 0 17 100 1 56 142 103
Binary 11111101 11011000 1011011 0 1111 1000000 1 101110 1100010 1000011

Color Harmonies of #FDD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD85B

Black with #FDD85B

Text Example


Text Example

White with #FDD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD85B; }

 p { color: rgb(253,216,91); }

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

background-color css

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

 a { background-color: rgb(253,216,91); }

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

border-color css

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

 span { border-color: rgb(253,216,91); }

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