Html Css Color HEX #FED376 Salomie

📋 copy color: '#FED376'

red 254 ◦ green 211 ◦ blue 118

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

Shades of Salomie #FED376

Tints of Salomie #FED376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

 BLUE value IS 118 (46.48% from 255) = 20.24%

R = 43.57%
G = 36.19%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED376 (or 0xFED376) is known color: Salomie. HEX triplet: FE, D3 and 76. RGB value is (254,211,118). Sum of RGB (Red+Green+Blue) = 254+211+118=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED376 is #012C89. Grayscale: #D5D5D5. Windows color (decimal): -76938 or 7787518. OLE color: 7787518.

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

Color convert

RGB 254 211 118 -
CMYK 0 0.17 0.54 0.00
HSL 41.03º 0.99% 0.73% -
HSV(B) 41.03º 0.54% 1% -
XYZ 67.44 68.97 26.9 -
YUV 213.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 254 211 118 0 0.17 0.54 0.00 41.03 0.99 0.73
Hex FE D3 76 0 11 36 0 29 63 49
Octal 376 323 166 0 21 66 0 51 143 111
Binary 11111110 11010011 1110110 0 10001 110110 0 101001 1100011 1001001

Color Harmonies of #FED376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED376

Black with #FED376

Text Example


Text Example

White with #FED376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED376; }

 p { color: rgb(254,211,118); }

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

background-color css

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

 a { background-color: rgb(254,211,118); }

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

border-color css

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

 span { border-color: rgb(254,211,118); }

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