Html Css Color HEX #FED577 Salomie

📋 copy color: '#FED577'

red 254 ◦ green 213 ◦ blue 119

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

Shades of Salomie #FED577

Tints of Salomie #FED577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 43.34%
G = 36.35%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED577 (or 0xFED577) is known color: Salomie. HEX triplet: FE, D5 and 77. RGB value is (254,213,119). Sum of RGB (Red+Green+Blue) = 254+213+119=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED577 is #012A88. Grayscale: #D6D6D6. Windows color (decimal): -76425 or 7853566. OLE color: 7853566.

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

Color convert

RGB 254 213 119 -
CMYK 0 0.16 0.53 0.00
HSL 41.78º 0.99% 0.73% -
HSV(B) 41.78º 0.53% 1% -
XYZ 68 69.99 27.38 -
YUV 214.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 254 213 119 0 0.16 0.53 0.00 41.78 0.99 0.73
Hex FE D5 77 0 10 35 0 2A 63 49
Octal 376 325 167 0 20 65 0 52 143 111
Binary 11111110 11010101 1110111 0 10000 110101 0 101010 1100011 1001001

Color Harmonies of #FED577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED577

Black with #FED577

Text Example


Text Example

White with #FED577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED577; }

 p { color: rgb(254,213,119); }

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

background-color css

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

 a { background-color: rgb(254,213,119); }

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

border-color css

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

 span { border-color: rgb(254,213,119); }

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