Html Css Color HEX #FED86A Dandelion

📋 copy color: '#FED86A'

red 254 ◦ green 216 ◦ blue 106

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

Shades of Dandelion #FED86A

Tints of Dandelion #FED86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

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

R = 44.1%
G = 37.5%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FED86A (or 0xFED86A) is known color: Dandelion. HEX triplet: FE, D8 and 6A. RGB value is (254,216,106). Sum of RGB (Red+Green+Blue) = 254+216+106=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED86A is #012795. Grayscale: #D7D7D7. Windows color (decimal): -75670 or 7002366. OLE color: 7002366.

HSL color Cylindrical-coordinate representation of color #FED86A: hue angle of 44.59º 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 #FED86A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 106 -
CMYK 0 0.15 0.58 0.00
HSL 44.59º 0.99% 0.71% -
HSV(B) 44.59º 0.58% 1% -
XYZ 68.03 71.22 23.8 -
YUV 214.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 254 216 106 0 0.15 0.58 0.00 44.59 0.99 0.71
Hex FE D8 6A 0 F 3A 0 2D 63 47
Octal 376 330 152 0 17 72 0 55 143 107
Binary 11111110 11011000 1101010 0 1111 111010 0 101101 1100011 1000111

Color Harmonies of #FED86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED86A

Black with #FED86A

Text Example


Text Example

White with #FED86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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