Html Css Color HEX #FDD578 Salomie

📋 copy color: '#FDD578'

red 253 ◦ green 213 ◦ blue 120

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

Shades of Salomie #FDD578

Tints of Salomie #FDD578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 43.17%
G = 36.35%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDD578 (or 0xFDD578) is known color: Salomie. HEX triplet: FD, D5 and 78. RGB value is (253,213,120). Sum of RGB (Red+Green+Blue) = 253+213+120=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD578 is #022A87. Grayscale: #D6D6D6. Windows color (decimal): -141960 or 7919101. OLE color: 7919101.

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

Color convert

RGB 253 213 120 -
CMYK 0 0.16 0.53 0.01
HSL 41.95º 0.97% 0.73% -
HSV(B) 41.95º 0.53% 0.99% -
XYZ 67.69 69.83 27.68 -
YUV 214.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 253 213 120 0 0.16 0.53 0.01 41.95 0.97 0.73
Hex FD D5 78 0 10 35 1 2A 61 49
Octal 375 325 170 0 20 65 1 52 141 111
Binary 11111101 11010101 1111000 0 10000 110101 1 101010 1100001 1001001

Color Harmonies of #FDD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD578

Black with #FDD578

Text Example


Text Example

White with #FDD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD578; }

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

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

background-color css

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

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

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

border-color css

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

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

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