Html Css Color HEX #FFD486 Salomie

📋 copy color: '#FFD486'

red 255 ◦ green 212 ◦ blue 134

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

Shades of Salomie #FFD486

Tints of Salomie #FFD486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.3%

R = 42.43%
G = 35.27%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFD486 (or 0xFFD486) is known color: Salomie. HEX triplet: FF, D4 and 86. RGB value is (255,212,134). Sum of RGB (Red+Green+Blue) = 255+212+134=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD486 is #002B79. Grayscale: #D8D8D8. Windows color (decimal): -11130 or 8836351. OLE color: 8836351.

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

Color convert

RGB 255 212 134 -
CMYK 0 0.17 0.47 0
HSL 38.68º 1% 0.76% -
HSV(B) 38.68º 0.47% 1% -
XYZ 69.09 70.07 32.44 -
YUV 215.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 255 212 134 0 0.17 0.47 0 38.68 1 0.76
Hex FF D4 86 0 11 2F 0 27 64 4C
Octal 377 324 206 0 21 57 0 47 144 114
Binary 11111111 11010100 10000110 0 10001 101111 0 100111 1100100 1001100

Color Harmonies of #FFD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD486

Black with #FFD486

Text Example


Text Example

White with #FFD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD486; }

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

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

background-color css

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

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

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

border-color css

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

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

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