Html Css Color HEX #FEDC79 Salomie

📋 copy color: '#FEDC79'

red 254 ◦ green 220 ◦ blue 121

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

Shades of Salomie #FEDC79

Tints of Salomie #FEDC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.34%

R = 42.69%
G = 36.97%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDC79 (or 0xFEDC79) is known color: Salomie. HEX triplet: FE, DC and 79. RGB value is (254,220,121). Sum of RGB (Red+Green+Blue) = 254+220+121=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC79 is #012386. Grayscale: #DBDBDB. Windows color (decimal): -74631 or 7986430. OLE color: 7986430.

HSL color Cylindrical-coordinate representation of color #FEDC79: hue angle of 44.66º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEDC79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 121 -
CMYK 0 0.13 0.52 0.00
HSL 44.66º 0.99% 0.74% -
HSV(B) 44.66º 0.52% 1% -
XYZ 69.92 73.64 28.62 -
YUV 218.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 254 220 121 0 0.13 0.52 0.00 44.66 0.99 0.74
Hex FE DC 79 0 D 34 0 2D 63 4A
Octal 376 334 171 0 15 64 0 55 143 112
Binary 11111110 11011100 1111001 0 1101 110100 0 101101 1100011 1001010

Color Harmonies of #FEDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC79

Black with #FEDC79

Text Example


Text Example

White with #FEDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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