Html Css Color HEX #FDDB5E Dandelion

📋 copy color: '#FDDB5E'

red 253 ◦ green 219 ◦ blue 94

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

Shades of Dandelion #FDDB5E

Tints of Dandelion #FDDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.69%

 BLUE value IS 94 (37.11% from 255) = 16.61%

R = 44.7%
G = 38.69%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDDB5E (or 0xFDDB5E) is known color: Dandelion. HEX triplet: FD, DB and 5E. RGB value is (253,219,94). Sum of RGB (Red+Green+Blue) = 253+219+94=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5E is #0224A1. Grayscale: #D7D7D7. Windows color (decimal): -140450 or 6216701. OLE color: 6216701.

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

Color convert

RGB 253 219 94 -
CMYK 0 0.13 0.63 0.01
HSL 47.17º 0.98% 0.68% -
HSV(B) 47.17º 0.63% 0.99% -
XYZ 67.86 72.35 20.98 -
YUV 214.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 253 219 94 0 0.13 0.63 0.01 47.17 0.98 0.68
Hex FD DB 5E 0 D 3F 1 2F 62 44
Octal 375 333 136 0 15 77 1 57 142 104
Binary 11111101 11011011 1011110 0 1101 111111 1 101111 1100010 1000100

Color Harmonies of #FDDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB5E

Black with #FDDB5E

Text Example


Text Example

White with #FDDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB5E; }

 p { color: rgb(253,219,94); }

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

background-color css

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

 a { background-color: rgb(253,219,94); }

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

border-color css

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

 span { border-color: rgb(253,219,94); }

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