Html Css Color HEX #FDD479 Salomie

📋 copy color: '#FDD479'

red 253 ◦ green 212 ◦ blue 121

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

Shades of Salomie #FDD479

Tints of Salomie #FDD479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

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

R = 43.17%
G = 36.18%
B = 20.65%

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

#FDD479 (or 0xFDD479) is known color: Salomie. HEX triplet: FD, D4 and 79. RGB value is (253,212,121). Sum of RGB (Red+Green+Blue) = 253+212+121=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD479 is #022B86. Grayscale: #D6D6D6. Windows color (decimal): -142215 or 7984381. OLE color: 7984381.

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

Color convert

RGB 253 212 121 -
CMYK 0 0.16 0.52 0.01
HSL 41.36º 0.97% 0.73% -
HSV(B) 41.36º 0.52% 0.99% -
XYZ 67.5 69.35 27.92 -
YUV 213.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 253 212 121 0 0.16 0.52 0.01 41.36 0.97 0.73
Hex FD D4 79 0 10 34 1 29 61 49
Octal 375 324 171 0 20 64 1 51 141 111
Binary 11111101 11010100 1111001 0 10000 110100 1 101001 1100001 1001001

Color Harmonies of #FDD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD479

Black with #FDD479

Text Example


Text Example

White with #FDD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD479; }

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

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

background-color css

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

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

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

border-color css

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

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

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