Html Css Color HEX #FFD278 Salomie

📋 copy color: '#FFD278'

red 255 ◦ green 210 ◦ blue 120

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

Shades of Salomie #FFD278

Tints of Salomie #FFD278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.51%

R = 43.59%
G = 35.9%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFD278 (or 0xFFD278) is known color: Salomie. HEX triplet: FF, D2 and 78. RGB value is (255,210,120). Sum of RGB (Red+Green+Blue) = 255+210+120=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD278 is #002D87. Grayscale: #D5D5D5. Windows color (decimal): -11656 or 7918335. OLE color: 7918335.

HSL color Cylindrical-coordinate representation of color #FFD278: hue angle of 40º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD278 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 120 -
CMYK 0 0.18 0.53 0
HSL 40º 1% 0.74% -
HSV(B) 40º 0.53% 1% -
XYZ 67.68 68.71 27.46 -
YUV 213.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 255 210 120 0 0.18 0.53 0 40 1 0.74
Hex FF D2 78 0 12 35 0 28 64 4A
Octal 377 322 170 0 22 65 0 50 144 112
Binary 11111111 11010010 1111000 0 10010 110101 0 101000 1100100 1001010

Color Harmonies of #FFD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD278

Black with #FFD278

Text Example


Text Example

White with #FFD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD278; }

 p { color: rgb(255,210,120); }

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

background-color css

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

 a { background-color: rgb(255,210,120); }

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

border-color css

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

 span { border-color: rgb(255,210,120); }

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