Html Css Color HEX #FED973 Salomie

📋 copy color: '#FED973'

red 254 ◦ green 217 ◦ blue 115

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

Shades of Salomie #FED973

Tints of Salomie #FED973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

 BLUE value IS 115 (45.31% from 255) = 19.62%

R = 43.34%
G = 37.03%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FED973 (or 0xFED973) is known color: Salomie. HEX triplet: FE, D9 and 73. RGB value is (254,217,115). Sum of RGB (Red+Green+Blue) = 254+217+115=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED973 is #01268C. Grayscale: #D8D8D8. Windows color (decimal): -75405 or 7592446. OLE color: 7592446.

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

Color convert

RGB 254 217 115 -
CMYK 0 0.15 0.55 0.00
HSL 44.03º 0.99% 0.72% -
HSV(B) 44.03º 0.55% 1% -
XYZ 68.78 71.93 26.48 -
YUV 216.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 254 217 115 0 0.15 0.55 0.00 44.03 0.99 0.72
Hex FE D9 73 0 F 37 0 2C 63 48
Octal 376 331 163 0 17 67 0 54 143 110
Binary 11111110 11011001 1110011 0 1111 110111 0 101100 1100011 1001000

Color Harmonies of #FED973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED973

Black with #FED973

Text Example


Text Example

White with #FED973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED973; }

 p { color: rgb(254,217,115); }

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

background-color css

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

 a { background-color: rgb(254,217,115); }

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

border-color css

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

 span { border-color: rgb(254,217,115); }

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