Html Css Color HEX #FDD280 Salomie

📋 copy color: '#FDD280'

red 253 ◦ green 210 ◦ blue 128

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

Shades of Salomie #FDD280

Tints of Salomie #FDD280

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.53%

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

R = 42.81%
G = 35.53%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD280 (or 0xFDD280) is known color: Salomie. HEX triplet: FD, D2 and 80. RGB value is (253,210,128). Sum of RGB (Red+Green+Blue) = 253+210+128=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD280 is #022D7F. Grayscale: #D5D5D5. Windows color (decimal): -142720 or 8442621. OLE color: 8442621.

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

Color convert

RGB 253 210 128 -
CMYK 0 0.17 0.49 0.01
HSL 39.36º 0.97% 0.75% -
HSV(B) 39.36º 0.49% 0.99% -
XYZ 67.45 68.53 30.1 -
YUV 213.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 253 210 128 0 0.17 0.49 0.01 39.36 0.97 0.75
Hex FD D2 80 0 11 31 1 27 61 4B
Octal 375 322 200 0 21 61 1 47 141 113
Binary 11111101 11010010 10000000 0 10001 110001 1 100111 1100001 1001011

Color Harmonies of #FDD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD280

Black with #FDD280

Text Example


Text Example

White with #FDD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD280; }

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

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

background-color css

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

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

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

border-color css

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

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

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