Html Css Color HEX #FED680 Salomie

📋 copy color: '#FED680'

red 254 ◦ green 214 ◦ blue 128

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

Shades of Salomie #FED680

Tints of Salomie #FED680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

 BLUE value IS 128 (50.39% from 255) = 21.48%

R = 42.62%
G = 35.91%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED680 (or 0xFED680) is known color: Salomie. HEX triplet: FE, D6 and 80. RGB value is (254,214,128). Sum of RGB (Red+Green+Blue) = 254+214+128=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED680 is #01297F. Grayscale: #D8D8D8. Windows color (decimal): -76160 or 8443646. OLE color: 8443646.

HSL color Cylindrical-coordinate representation of color #FED680: hue angle of 40.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED680 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 128 -
CMYK 0 0.16 0.50 0.00
HSL 40.95º 0.98% 0.75% -
HSV(B) 40.95º 0.5% 1% -
XYZ 68.82 70.72 30.45 -
YUV 216.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 254 214 128 0 0.16 0.50 0.00 40.95 0.98 0.75
Hex FE D6 80 0 10 32 0 29 62 4B
Octal 376 326 200 0 20 62 0 51 142 113
Binary 11111110 11010110 10000000 0 10000 110010 0 101001 1100010 1001011

Color Harmonies of #FED680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED680

Black with #FED680

Text Example


Text Example

White with #FED680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED680; }

 p { color: rgb(254,214,128); }

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

background-color css

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

 a { background-color: rgb(254,214,128); }

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

border-color css

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

 span { border-color: rgb(254,214,128); }

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