Html Css Color HEX #FDD05E Dandelion

📋 copy color: '#FDD05E'

red 253 ◦ green 208 ◦ blue 94

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

Shades of Dandelion #FDD05E

Tints of Dandelion #FDD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.48%

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

R = 45.59%
G = 37.48%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD05E (or 0xFDD05E) is known color: Dandelion. HEX triplet: FD, D0 and 5E. RGB value is (253,208,94). Sum of RGB (Red+Green+Blue) = 253+208+94=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD05E is #022FA1. Grayscale: #D0D0D0. Windows color (decimal): -143266 or 6213885. OLE color: 6213885.

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

Color convert

RGB 253 208 94 -
CMYK 0 0.18 0.63 0.01
HSL 43.02º 0.98% 0.68% -
HSV(B) 43.02º 0.63% 0.99% -
XYZ 65.08 66.8 20.05 -
YUV 208.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 253 208 94 0 0.18 0.63 0.01 43.02 0.98 0.68
Hex FD D0 5E 0 12 3F 1 2B 62 44
Octal 375 320 136 0 22 77 1 53 142 104
Binary 11111101 11010000 1011110 0 10010 111111 1 101011 1100010 1000100

Color Harmonies of #FDD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD05E

Black with #FDD05E

Text Example


Text Example

White with #FDD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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