Html Css Color HEX #FDD480 Salomie

📋 copy color: '#FDD480'

red 253 ◦ green 212 ◦ blue 128

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

Shades of Salomie #FDD480

Tints of Salomie #FDD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.75%

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

R = 42.66%
G = 35.75%
B = 21.59%

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

#FDD480 (or 0xFDD480) is known color: Salomie. HEX triplet: FD, D4 and 80. RGB value is (253,212,128). Sum of RGB (Red+Green+Blue) = 253+212+128=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD480 is #022B7F. Grayscale: #D7D7D7. Windows color (decimal): -142208 or 8443133. OLE color: 8443133.

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

Color convert

RGB 253 212 128 -
CMYK 0 0.16 0.49 0.01
HSL 40.32º 0.97% 0.75% -
HSV(B) 40.32º 0.49% 0.99% -
XYZ 67.95 69.53 30.26 -
YUV 214.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 253 212 128 0 0.16 0.49 0.01 40.32 0.97 0.75
Hex FD D4 80 0 10 31 1 28 61 4B
Octal 375 324 200 0 20 61 1 50 141 113
Binary 11111101 11010100 10000000 0 10000 110001 1 101000 1100001 1001011

Color Harmonies of #FDD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD480

Black with #FDD480

Text Example


Text Example

White with #FDD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD480; }

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

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

background-color css

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

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

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

border-color css

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

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

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