Html Css Color HEX #FED86D Salomie

📋 copy color: '#FED86D'

red 254 ◦ green 216 ◦ blue 109

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

Shades of Salomie #FED86D

Tints of Salomie #FED86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.83%

R = 43.87%
G = 37.31%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED86D (or 0xFED86D) is known color: Salomie. HEX triplet: FE, D8 and 6D. RGB value is (254,216,109). Sum of RGB (Red+Green+Blue) = 254+216+109=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED86D is #012792. Grayscale: #D7D7D7. Windows color (decimal): -75667 or 7198974. OLE color: 7198974.

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

Color convert

RGB 254 216 109 -
CMYK 0 0.15 0.57 0.00
HSL 44.28º 0.99% 0.71% -
HSV(B) 44.28º 0.57% 1% -
XYZ 68.19 71.29 24.63 -
YUV 215.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 254 216 109 0 0.15 0.57 0.00 44.28 0.99 0.71
Hex FE D8 6D 0 F 39 0 2C 63 47
Octal 376 330 155 0 17 71 0 54 143 107
Binary 11111110 11011000 1101101 0 1111 111001 0 101100 1100011 1000111

Color Harmonies of #FED86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED86D

Black with #FED86D

Text Example


Text Example

White with #FED86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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