Html Css Color HEX #FED377 Salomie

📋 copy color: '#FED377'

red 254 ◦ green 211 ◦ blue 119

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

Shades of Salomie #FED377

Tints of Salomie #FED377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.13%

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

R = 43.49%
G = 36.13%
B = 20.38%

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

#FED377 (or 0xFED377) is known color: Salomie. HEX triplet: FE, D3 and 77. RGB value is (254,211,119). Sum of RGB (Red+Green+Blue) = 254+211+119=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED377 is #012C88. Grayscale: #D5D5D5. Windows color (decimal): -76937 or 7853054. OLE color: 7853054.

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

Color convert

RGB 254 211 119 -
CMYK 0 0.17 0.53 0.00
HSL 40.89º 0.99% 0.73% -
HSV(B) 40.89º 0.53% 1% -
XYZ 67.5 68.99 27.21 -
YUV 213.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 254 211 119 0 0.17 0.53 0.00 40.89 0.99 0.73
Hex FE D3 77 0 11 35 0 29 63 49
Octal 376 323 167 0 21 65 0 51 143 111
Binary 11111110 11010011 1110111 0 10001 110101 0 101001 1100011 1001001

Color Harmonies of #FED377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED377

Black with #FED377

Text Example


Text Example

White with #FED377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED377; }

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

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

background-color css

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

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

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

border-color css

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

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

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