Html Css Color HEX #FDD577 Salomie

📋 copy color: '#FDD577'

red 253 ◦ green 213 ◦ blue 119

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

Shades of Salomie #FDD577

Tints of Salomie #FDD577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.34%

R = 43.25%
G = 36.41%
B = 20.34%

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

#FDD577 (or 0xFDD577) is known color: Salomie. HEX triplet: FD, D5 and 77. RGB value is (253,213,119). Sum of RGB (Red+Green+Blue) = 253+213+119=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD577 is #022A88. Grayscale: #D6D6D6. Windows color (decimal): -141961 or 7853565. OLE color: 7853565.

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

Color convert

RGB 253 213 119 -
CMYK 0 0.16 0.53 0.01
HSL 42.09º 0.97% 0.73% -
HSV(B) 42.09º 0.53% 0.99% -
XYZ 67.63 69.8 27.36 -
YUV 214.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 253 213 119 0 0.16 0.53 0.01 42.09 0.97 0.73
Hex FD D5 77 0 10 35 1 2A 61 49
Octal 375 325 167 0 20 65 1 52 141 111
Binary 11111101 11010101 1110111 0 10000 110101 1 101010 1100001 1001001

Color Harmonies of #FDD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD577

Black with #FDD577

Text Example


Text Example

White with #FDD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD577; }

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

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

background-color css

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

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

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

border-color css

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

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

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