Html Css Color HEX #FEDC77 Salomie

📋 copy color: '#FEDC77'

red 254 ◦ green 220 ◦ blue 119

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

Shades of Salomie #FEDC77

Tints of Salomie #FEDC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 42.83%
G = 37.1%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEDC77 (or 0xFEDC77) is known color: Salomie. HEX triplet: FE, DC and 77. RGB value is (254,220,119). Sum of RGB (Red+Green+Blue) = 254+220+119=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC77 is #012388. Grayscale: #DBDBDB. Windows color (decimal): -74633 or 7855358. OLE color: 7855358.

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

Color convert

RGB 254 220 119 -
CMYK 0 0.13 0.53 0.00
HSL 44.89º 0.99% 0.73% -
HSV(B) 44.89º 0.53% 1% -
XYZ 69.8 73.59 27.98 -
YUV 218.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 254 220 119 0 0.13 0.53 0.00 44.89 0.99 0.73
Hex FE DC 77 0 D 35 0 2D 63 49
Octal 376 334 167 0 15 65 0 55 143 111
Binary 11111110 11011100 1110111 0 1101 110101 0 101101 1100011 1001001

Color Harmonies of #FEDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC77

Black with #FEDC77

Text Example


Text Example

White with #FEDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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