Html Css Color HEX #FDD15E Dandelion

📋 copy color: '#FDD15E'

red 253 ◦ green 209 ◦ blue 94

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

Shades of Dandelion #FDD15E

Tints of Dandelion #FDD15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

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

R = 45.5%
G = 37.59%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD15E (or 0xFDD15E) is known color: Dandelion. HEX triplet: FD, D1 and 5E. RGB value is (253,209,94). Sum of RGB (Red+Green+Blue) = 253+209+94=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD15E is #022EA1. Grayscale: #D1D1D1. Windows color (decimal): -143010 or 6214141. OLE color: 6214141.

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

Color convert

RGB 253 209 94 -
CMYK 0 0.17 0.63 0.01
HSL 43.4º 0.98% 0.68% -
HSV(B) 43.4º 0.63% 0.99% -
XYZ 65.33 67.29 20.14 -
YUV 209.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 253 209 94 0 0.17 0.63 0.01 43.4 0.98 0.68
Hex FD D1 5E 0 11 3F 1 2B 62 44
Octal 375 321 136 0 21 77 1 53 142 104
Binary 11111101 11010001 1011110 0 10001 111111 1 101011 1100010 1000100

Color Harmonies of #FDD15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD15E

Black with #FDD15E

Text Example


Text Example

White with #FDD15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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