Html Css Color HEX #FDD379 Salomie

📋 copy color: '#FDD379'

red 253 ◦ green 211 ◦ blue 121

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

Shades of Salomie #FDD379

Tints of Salomie #FDD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

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

R = 43.25%
G = 36.07%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDD379 (or 0xFDD379) is known color: Salomie. HEX triplet: FD, D3 and 79. RGB value is (253,211,121). Sum of RGB (Red+Green+Blue) = 253+211+121=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD379 is #022C86. Grayscale: #D5D5D5. Windows color (decimal): -142471 or 7984125. OLE color: 7984125.

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

Color convert

RGB 253 211 121 -
CMYK 0 0.17 0.52 0.01
HSL 40.91º 0.97% 0.73% -
HSV(B) 40.91º 0.52% 0.99% -
XYZ 67.25 68.85 27.83 -
YUV 213.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 253 211 121 0 0.17 0.52 0.01 40.91 0.97 0.73
Hex FD D3 79 0 11 34 1 29 61 49
Octal 375 323 171 0 21 64 1 51 141 111
Binary 11111101 11010011 1111001 0 10001 110100 1 101001 1100001 1001001

Color Harmonies of #FDD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD379

Black with #FDD379

Text Example


Text Example

White with #FDD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD379; }

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

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

background-color css

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

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

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

border-color css

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

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

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