Html Css Color HEX #FEDD6A Dandelion

📋 copy color: '#FEDD6A'

red 254 ◦ green 221 ◦ blue 106

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

Shades of Dandelion #FEDD6A

Tints of Dandelion #FEDD6A

RGB

 RED value IS 254 (99.61% from 255) = 43.72%

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 106 (41.8% from 255) = 18.24%

R = 43.72%
G = 38.04%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEDD6A (or 0xFEDD6A) is known color: Dandelion. HEX triplet: FE, DD and 6A. RGB value is (254,221,106). Sum of RGB (Red+Green+Blue) = 254+221+106=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD6A is #012295. Grayscale: #DADADA. Windows color (decimal): -74390 or 7003646. OLE color: 7003646.

HSL color Cylindrical-coordinate representation of color #FEDD6A: hue angle of 46.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEDD6A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 106 -
CMYK 0 0.13 0.58 0.00
HSL 46.62º 0.99% 0.71% -
HSV(B) 46.62º 0.58% 1% -
XYZ 69.33 73.82 24.23 -
YUV 217.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 254 221 106 0 0.13 0.58 0.00 46.62 0.99 0.71
Hex FE DD 6A 0 D 3A 0 2F 63 47
Octal 376 335 152 0 15 72 0 57 143 107
Binary 11111110 11011101 1101010 0 1101 111010 0 101111 1100011 1000111

Color Harmonies of #FEDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD6A

Black with #FEDD6A

Text Example


Text Example

White with #FEDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD6A; }

 p { color: rgb(254,221,106); }

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

background-color css

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

 a { background-color: rgb(254,221,106); }

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

border-color css

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

 span { border-color: rgb(254,221,106); }

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