Html Css Color HEX #FED779 Salomie

📋 copy color: '#FED779'

red 254 ◦ green 215 ◦ blue 121

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

Shades of Salomie #FED779

Tints of Salomie #FED779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.44%

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

R = 43.05%
G = 36.44%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED779 (or 0xFED779) is known color: Salomie. HEX triplet: FE, D7 and 79. RGB value is (254,215,121). Sum of RGB (Red+Green+Blue) = 254+215+121=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED779 is #012886. Grayscale: #D8D8D8. Windows color (decimal): -75911 or 7985150. OLE color: 7985150.

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

Color convert

RGB 254 215 121 -
CMYK 0 0.15 0.52 0.00
HSL 42.41º 0.99% 0.74% -
HSV(B) 42.41º 0.52% 1% -
XYZ 68.62 71.05 28.19 -
YUV 215.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 254 215 121 0 0.15 0.52 0.00 42.41 0.99 0.74
Hex FE D7 79 0 F 34 0 2A 63 4A
Octal 376 327 171 0 17 64 0 52 143 112
Binary 11111110 11010111 1111001 0 1111 110100 0 101010 1100011 1001010

Color Harmonies of #FED779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED779

Black with #FED779

Text Example


Text Example

White with #FED779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED779; }

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

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

background-color css

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

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

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

border-color css

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

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

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