Html Css Color HEX #FED975 Salomie

📋 copy color: '#FED975'

red 254 ◦ green 217 ◦ blue 117

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

Shades of Salomie #FED975

Tints of Salomie #FED975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.9%

R = 43.2%
G = 36.9%
B = 19.9%

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

#FED975 (or 0xFED975) is known color: Salomie. HEX triplet: FE, D9 and 75. RGB value is (254,217,117). Sum of RGB (Red+Green+Blue) = 254+217+117=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED975 is #01268A. Grayscale: #D9D9D9. Windows color (decimal): -75403 or 7723518. OLE color: 7723518.

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

Color convert

RGB 254 217 117 -
CMYK 0 0.15 0.54 0.00
HSL 43.8º 0.99% 0.73% -
HSV(B) 43.8º 0.54% 1% -
XYZ 68.9 71.98 27.09 -
YUV 216.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 254 217 117 0 0.15 0.54 0.00 43.8 0.99 0.73
Hex FE D9 75 0 F 36 0 2C 63 49
Octal 376 331 165 0 17 66 0 54 143 111
Binary 11111110 11011001 1110101 0 1111 110110 0 101100 1100011 1001001

Color Harmonies of #FED975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED975

Black with #FED975

Text Example


Text Example

White with #FED975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED975; }

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

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

background-color css

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

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

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

border-color css

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

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

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