Html Css Color HEX #FDD579 Salomie

📋 copy color: '#FDD579'

red 253 ◦ green 213 ◦ blue 121

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

Shades of Salomie #FDD579

Tints of Salomie #FDD579

RGB

 RED value IS 253 (99.22% from 255) = 43.1%

 GREEN value IS 213 (83.59% from 255) = 36.29%

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

R = 43.1%
G = 36.29%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDD579 (or 0xFDD579) is known color: Salomie. HEX triplet: FD, D5 and 79. RGB value is (253,213,121). Sum of RGB (Red+Green+Blue) = 253+213+121=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD579 is #022A86. Grayscale: #D6D6D6. Windows color (decimal): -141959 or 7984637. OLE color: 7984637.

HSL color Cylindrical-coordinate representation of color #FDD579: hue angle of 41.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDD579 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 121 -
CMYK 0 0.16 0.52 0.01
HSL 41.82º 0.97% 0.73% -
HSV(B) 41.82º 0.52% 0.99% -
XYZ 67.75 69.85 28 -
YUV 214.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 253 213 121 0 0.16 0.52 0.01 41.82 0.97 0.73
Hex FD D5 79 0 10 34 1 2A 61 49
Octal 375 325 171 0 20 64 1 52 141 111
Binary 11111101 11010101 1111001 0 10000 110100 1 101010 1100001 1001001

Color Harmonies of #FDD579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD579

Black with #FDD579

Text Example


Text Example

White with #FDD579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD579; }

 p { color: rgb(253,213,121); }

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

background-color css

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

 a { background-color: rgb(253,213,121); }

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

border-color css

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

 span { border-color: rgb(253,213,121); }

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