Html Css Color HEX #FFD480 Salomie

📋 copy color: '#FFD480'

red 255 ◦ green 212 ◦ blue 128

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

Shades of Salomie #FFD480

Tints of Salomie #FFD480

RGB

 RED value IS 255 (100% from 255) = 42.86%

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

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

R = 42.86%
G = 35.63%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFD480 (or 0xFFD480) is known color: Salomie. HEX triplet: FF, D4 and 80. RGB value is (255,212,128). Sum of RGB (Red+Green+Blue) = 255+212+128=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD480 is #002B7F. Grayscale: #D7D7D7. Windows color (decimal): -11136 or 8443135. OLE color: 8443135.

HSL color Cylindrical-coordinate representation of color #FFD480: hue angle of 39.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD480 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 128 -
CMYK 0 0.17 0.50 0
HSL 39.69º 1% 0.75% -
HSV(B) 39.69º 0.5% 1% -
XYZ 68.68 69.91 30.3 -
YUV 215.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 255 212 128 0 0.17 0.50 0 39.69 1 0.75
Hex FF D4 80 0 11 32 0 28 64 4B
Octal 377 324 200 0 21 62 0 50 144 113
Binary 11111111 11010100 10000000 0 10001 110010 0 101000 1100100 1001011

Color Harmonies of #FFD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD480

Black with #FFD480

Text Example


Text Example

White with #FFD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD480; }

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

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

background-color css

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

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

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

border-color css

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

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

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