Html Css Color HEX #FED477 Salomie

📋 copy color: '#FED477'

red 254 ◦ green 212 ◦ blue 119

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

Shades of Salomie #FED477

Tints of Salomie #FED477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

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

R = 43.42%
G = 36.24%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED477 (or 0xFED477) is known color: Salomie. HEX triplet: FE, D4 and 77. RGB value is (254,212,119). Sum of RGB (Red+Green+Blue) = 254+212+119=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED477 is #012B88. Grayscale: #D6D6D6. Windows color (decimal): -76681 or 7853310. OLE color: 7853310.

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

Color convert

RGB 254 212 119 -
CMYK 0 0.17 0.53 0.00
HSL 41.33º 0.99% 0.73% -
HSV(B) 41.33º 0.53% 1% -
XYZ 67.75 69.49 27.3 -
YUV 213.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 254 212 119 0 0.17 0.53 0.00 41.33 0.99 0.73
Hex FE D4 77 0 11 35 0 29 63 49
Octal 376 324 167 0 21 65 0 51 143 111
Binary 11111110 11010100 1110111 0 10001 110101 0 101001 1100011 1001001

Color Harmonies of #FED477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED477

Black with #FED477

Text Example


Text Example

White with #FED477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED477; }

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

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

background-color css

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

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

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

border-color css

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

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

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