Html Css Color HEX #FED86B Dandelion

📋 copy color: '#FED86B'

red 254 ◦ green 216 ◦ blue 107

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

Shades of Dandelion #FED86B

Tints of Dandelion #FED86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.54%

R = 44.02%
G = 37.44%
B = 18.54%

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

#FED86B (or 0xFED86B) is known color: Dandelion. HEX triplet: FE, D8 and 6B. RGB value is (254,216,107). Sum of RGB (Red+Green+Blue) = 254+216+107=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FED86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED86B is #012794. Grayscale: #D7D7D7. Windows color (decimal): -75669 or 7067902. OLE color: 7067902.

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

Color convert

RGB 254 216 107 -
CMYK 0 0.15 0.58 0.00
HSL 44.49º 0.99% 0.71% -
HSV(B) 44.49º 0.58% 1% -
XYZ 68.08 71.24 24.07 -
YUV 214.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 254 216 107 0 0.15 0.58 0.00 44.49 0.99 0.71
Hex FE D8 6B 0 F 3A 0 2C 63 47
Octal 376 330 153 0 17 72 0 54 143 107
Binary 11111110 11011000 1101011 0 1111 111010 0 101100 1100011 1000111

Color Harmonies of #FED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED86B

Black with #FED86B

Text Example


Text Example

White with #FED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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