Html Css Color HEX #FED878 Salomie

📋 copy color: '#FED878'

red 254 ◦ green 216 ◦ blue 120

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

Shades of Salomie #FED878

Tints of Salomie #FED878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.34%

R = 43.05%
G = 36.61%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED878 (or 0xFED878) is known color: Salomie. HEX triplet: FE, D8 and 78. RGB value is (254,216,120). Sum of RGB (Red+Green+Blue) = 254+216+120=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED878 is #012787. Grayscale: #D8D8D8. Windows color (decimal): -75656 or 7919870. OLE color: 7919870.

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

Color convert

RGB 254 216 120 -
CMYK 0 0.15 0.53 0.00
HSL 42.99º 0.99% 0.73% -
HSV(B) 42.99º 0.53% 1% -
XYZ 68.82 71.54 27.95 -
YUV 216.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 254 216 120 0 0.15 0.53 0.00 42.99 0.99 0.73
Hex FE D8 78 0 F 35 0 2B 63 49
Octal 376 330 170 0 17 65 0 53 143 111
Binary 11111110 11011000 1111000 0 1111 110101 0 101011 1100011 1001001

Color Harmonies of #FED878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED878

Black with #FED878

Text Example


Text Example

White with #FED878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED878; }

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

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

background-color css

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

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

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

border-color css

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

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

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