Html Css Color HEX #FDD35E Dandelion

📋 copy color: '#FDD35E'

red 253 ◦ green 211 ◦ blue 94

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

Shades of Dandelion #FDD35E

Tints of Dandelion #FDD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.81%

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

R = 45.34%
G = 37.81%
B = 16.85%

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

#FDD35E (or 0xFDD35E) is known color: Dandelion. HEX triplet: FD, D3 and 5E. RGB value is (253,211,94). Sum of RGB (Red+Green+Blue) = 253+211+94=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD35E is #022CA1. Grayscale: #D2D2D2. Windows color (decimal): -142498 or 6214653. OLE color: 6214653.

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

Color convert

RGB 253 211 94 -
CMYK 0 0.17 0.63 0.01
HSL 44.15º 0.98% 0.68% -
HSV(B) 44.15º 0.63% 0.99% -
XYZ 65.82 68.28 20.3 -
YUV 210.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 253 211 94 0 0.17 0.63 0.01 44.15 0.98 0.68
Hex FD D3 5E 0 11 3F 1 2C 62 44
Octal 375 323 136 0 21 77 1 54 142 104
Binary 11111101 11010011 1011110 0 10001 111111 1 101100 1100010 1000100

Color Harmonies of #FDD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD35E

Black with #FDD35E

Text Example


Text Example

White with #FDD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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