Html Css Color HEX #FDD680 Salomie

📋 copy color: '#FDD680'

red 253 ◦ green 214 ◦ blue 128

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

Shades of Salomie #FDD680

Tints of Salomie #FDD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.97%

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

R = 42.52%
G = 35.97%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD680 (or 0xFDD680) is known color: Salomie. HEX triplet: FD, D6 and 80. RGB value is (253,214,128). Sum of RGB (Red+Green+Blue) = 253+214+128=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD680 is #02297F. Grayscale: #D8D8D8. Windows color (decimal): -141696 or 8443645. OLE color: 8443645.

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

Color convert

RGB 253 214 128 -
CMYK 0 0.15 0.49 0.01
HSL 41.28º 0.97% 0.75% -
HSV(B) 41.28º 0.49% 0.99% -
XYZ 68.45 70.53 30.43 -
YUV 215.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 253 214 128 0 0.15 0.49 0.01 41.28 0.97 0.75
Hex FD D6 80 0 F 31 1 29 61 4B
Octal 375 326 200 0 17 61 1 51 141 113
Binary 11111101 11010110 10000000 0 1111 110001 1 101001 1100001 1001011

Color Harmonies of #FDD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD680

Black with #FDD680

Text Example


Text Example

White with #FDD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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