Html Css Color HEX #FFD96F Salomie

📋 copy color: '#FFD96F'

red 255 ◦ green 217 ◦ blue 111

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

Shades of Salomie #FFD96F

Tints of Salomie #FFD96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 111 (43.75% from 255) = 19.04%

R = 43.74%
G = 37.22%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFD96F (or 0xFFD96F) is known color: Salomie. HEX triplet: FF, D9 and 6F. RGB value is (255,217,111). Sum of RGB (Red+Green+Blue) = 255+217+111=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD96F is #002690. Grayscale: #D8D8D8. Windows color (decimal): -9873 or 7330303. OLE color: 7330303.

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

Color convert

RGB 255 217 111 -
CMYK 0 0.15 0.56 0
HSL 44.17º 1% 0.72% -
HSV(B) 44.17º 0.56% 1% -
XYZ 68.92 72.03 25.31 -
YUV 216.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 255 217 111 0 0.15 0.56 0 44.17 1 0.72
Hex FF D9 6F 0 F 38 0 2C 64 48
Octal 377 331 157 0 17 70 0 54 144 110
Binary 11111111 11011001 1101111 0 1111 111000 0 101100 1100100 1001000

Color Harmonies of #FFD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD96F

Black with #FFD96F

Text Example


Text Example

White with #FFD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD96F; }

 p { color: rgb(255,217,111); }

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

background-color css

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

 a { background-color: rgb(255,217,111); }

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

border-color css

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

 span { border-color: rgb(255,217,111); }

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