Html Css Color HEX #FED874 Salomie

📋 copy color: '#FED874'

red 254 ◦ green 216 ◦ blue 116

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

Shades of Salomie #FED874

Tints of Salomie #FED874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.8%

R = 43.34%
G = 36.86%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED874 (or 0xFED874) is known color: Salomie. HEX triplet: FE, D8 and 74. RGB value is (254,216,116). Sum of RGB (Red+Green+Blue) = 254+216+116=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED874 is #01278B. Grayscale: #D8D8D8. Windows color (decimal): -75660 or 7657726. OLE color: 7657726.

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

Color convert

RGB 254 216 116 -
CMYK 0 0.15 0.54 0.00
HSL 43.48º 0.99% 0.73% -
HSV(B) 43.48º 0.54% 1% -
XYZ 68.58 71.44 26.7 -
YUV 215.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 254 216 116 0 0.15 0.54 0.00 43.48 0.99 0.73
Hex FE D8 74 0 F 36 0 2B 63 49
Octal 376 330 164 0 17 66 0 53 143 111
Binary 11111110 11011000 1110100 0 1111 110110 0 101011 1100011 1001001

Color Harmonies of #FED874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED874

Black with #FED874

Text Example


Text Example

White with #FED874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED874; }

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

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

background-color css

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

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

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

border-color css

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

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

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