Html Css Color HEX #FDDE5E Dandelion

📋 copy color: '#FDDE5E'

red 253 ◦ green 222 ◦ blue 94

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

Shades of Dandelion #FDDE5E

Tints of Dandelion #FDDE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.02%

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

R = 44.46%
G = 39.02%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDDE5E (or 0xFDDE5E) is known color: Dandelion. HEX triplet: FD, DE and 5E. RGB value is (253,222,94). Sum of RGB (Red+Green+Blue) = 253+222+94=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE5E is #0221A1. Grayscale: #D9D9D9. Windows color (decimal): -139682 or 6217469. OLE color: 6217469.

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

Color convert

RGB 253 222 94 -
CMYK 0 0.12 0.63 0.01
HSL 48.3º 0.98% 0.68% -
HSV(B) 48.3º 0.63% 0.99% -
XYZ 68.65 73.93 21.24 -
YUV 216.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 253 222 94 0 0.12 0.63 0.01 48.3 0.98 0.68
Hex FD DE 5E 0 C 3F 1 30 62 44
Octal 375 336 136 0 14 77 1 60 142 104
Binary 11111101 11011110 1011110 0 1100 111111 1 110000 1100010 1000100

Color Harmonies of #FDDE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE5E

Black with #FDDE5E

Text Example


Text Example

White with #FDDE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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