Html Css Color HEX #FED677 Salomie

📋 copy color: '#FED677'

red 254 ◦ green 214 ◦ blue 119

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

Shades of Salomie #FED677

Tints of Salomie #FED677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

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

R = 43.27%
G = 36.46%
B = 20.27%

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

#FED677 (or 0xFED677) is known color: Salomie. HEX triplet: FE, D6 and 77. RGB value is (254,214,119). Sum of RGB (Red+Green+Blue) = 254+214+119=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED677 is #012988. Grayscale: #D7D7D7. Windows color (decimal): -76169 or 7853822. OLE color: 7853822.

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

Color convert

RGB 254 214 119 -
CMYK 0 0.16 0.53 0.00
HSL 42.22º 0.99% 0.73% -
HSV(B) 42.22º 0.53% 1% -
XYZ 68.25 70.5 27.46 -
YUV 215.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 254 214 119 0 0.16 0.53 0.00 42.22 0.99 0.73
Hex FE D6 77 0 10 35 0 2A 63 49
Octal 376 326 167 0 20 65 0 52 143 111
Binary 11111110 11010110 1110111 0 10000 110101 0 101010 1100011 1001001

Color Harmonies of #FED677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED677

Black with #FED677

Text Example


Text Example

White with #FED677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED677; }

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

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

background-color css

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

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

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

border-color css

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

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

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