Html Css Color HEX #FDD580 Salomie

📋 copy color: '#FDD580'

red 253 ◦ green 213 ◦ blue 128

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

Shades of Salomie #FDD580

Tints of Salomie #FDD580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.55%

R = 42.59%
G = 35.86%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD580 (or 0xFDD580) is known color: Salomie. HEX triplet: FD, D5 and 80. RGB value is (253,213,128). Sum of RGB (Red+Green+Blue) = 253+213+128=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD580 is #022A7F. Grayscale: #D7D7D7. Windows color (decimal): -141952 or 8443389. OLE color: 8443389.

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

Color convert

RGB 253 213 128 -
CMYK 0 0.16 0.49 0.01
HSL 40.8º 0.97% 0.75% -
HSV(B) 40.8º 0.49% 0.99% -
XYZ 68.2 70.03 30.34 -
YUV 215.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 253 213 128 0 0.16 0.49 0.01 40.8 0.97 0.75
Hex FD D5 80 0 10 31 1 29 61 4B
Octal 375 325 200 0 20 61 1 51 141 113
Binary 11111101 11010101 10000000 0 10000 110001 1 101001 1100001 1001011

Color Harmonies of #FDD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD580

Black with #FDD580

Text Example


Text Example

White with #FDD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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