Html Css Color HEX #FDD55E Dandelion

📋 copy color: '#FDD55E'

red 253 ◦ green 213 ◦ blue 94

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

Shades of Dandelion #FDD55E

Tints of Dandelion #FDD55E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.04%

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

R = 45.18%
G = 38.04%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD55E (or 0xFDD55E) is known color: Dandelion. HEX triplet: FD, D5 and 5E. RGB value is (253,213,94). Sum of RGB (Red+Green+Blue) = 253+213+94=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55E is #022AA1. Grayscale: #D3D3D3. Windows color (decimal): -141986 or 6215165. OLE color: 6215165.

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

Color convert

RGB 253 213 94 -
CMYK 0 0.16 0.63 0.01
HSL 44.91º 0.98% 0.68% -
HSV(B) 44.91º 0.63% 0.99% -
XYZ 66.32 69.28 20.47 -
YUV 211.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 253 213 94 0 0.16 0.63 0.01 44.91 0.98 0.68
Hex FD D5 5E 0 10 3F 1 2D 62 44
Octal 375 325 136 0 20 77 1 55 142 104
Binary 11111101 11010101 1011110 0 10000 111111 1 101101 1100010 1000100

Color Harmonies of #FDD55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD55E

Black with #FDD55E

Text Example


Text Example

White with #FDD55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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