Html Css Color HEX #FED780 Salomie

📋 copy color: '#FED780'

red 254 ◦ green 215 ◦ blue 128

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

Shades of Salomie #FED780

Tints of Salomie #FED780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.01%

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

R = 42.55%
G = 36.01%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED780 (or 0xFED780) is known color: Salomie. HEX triplet: FE, D7 and 80. RGB value is (254,215,128). Sum of RGB (Red+Green+Blue) = 254+215+128=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED780 is #01287F. Grayscale: #D9D9D9. Windows color (decimal): -75904 or 8443902. OLE color: 8443902.

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

Color convert

RGB 254 215 128 -
CMYK 0 0.15 0.50 0.00
HSL 41.43º 0.98% 0.75% -
HSV(B) 41.43º 0.5% 1% -
XYZ 69.07 71.23 30.53 -
YUV 216.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 254 215 128 0 0.15 0.50 0.00 41.43 0.98 0.75
Hex FE D7 80 0 F 32 0 29 62 4B
Octal 376 327 200 0 17 62 0 51 142 113
Binary 11111110 11010111 10000000 0 1111 110010 0 101001 1100010 1001011

Color Harmonies of #FED780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED780

Black with #FED780

Text Example


Text Example

White with #FED780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED780; }

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

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

background-color css

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

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

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

border-color css

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

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

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