Html Css Color HEX #FDD079 Salomie

📋 copy color: '#FDD079'

red 253 ◦ green 208 ◦ blue 121

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

Shades of Salomie #FDD079

Tints of Salomie #FDD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 43.47%
G = 35.74%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDD079 (or 0xFDD079) is known color: Salomie. HEX triplet: FD, D0 and 79. RGB value is (253,208,121). Sum of RGB (Red+Green+Blue) = 253+208+121=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD079 is #022F86. Grayscale: #D3D3D3. Windows color (decimal): -143239 or 7983357. OLE color: 7983357.

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

Color convert

RGB 253 208 121 -
CMYK 0 0.18 0.52 0.01
HSL 39.55º 0.97% 0.73% -
HSV(B) 39.55º 0.52% 0.99% -
XYZ 66.52 67.37 27.59 -
YUV 211.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 253 208 121 0 0.18 0.52 0.01 39.55 0.97 0.73
Hex FD D0 79 0 12 34 1 28 61 49
Octal 375 320 171 0 22 64 1 50 141 111
Binary 11111101 11010000 1111001 0 10010 110100 1 101000 1100001 1001001

Color Harmonies of #FDD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD079

Black with #FDD079

Text Example


Text Example

White with #FDD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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