Html Css Color HEX #FFD871 Salomie

📋 copy color: '#FFD871'

red 255 ◦ green 216 ◦ blue 113

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

Shades of Salomie #FFD871

Tints of Salomie #FFD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

 BLUE value IS 113 (44.53% from 255) = 19.35%

R = 43.66%
G = 36.99%
B = 19.35%

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

#FFD871 (or 0xFFD871) is known color: Salomie. HEX triplet: FF, D8 and 71. RGB value is (255,216,113). Sum of RGB (Red+Green+Blue) = 255+216+113=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD871 is #00278E. Grayscale: #D8D8D8. Windows color (decimal): -10127 or 7461119. OLE color: 7461119.

HSL color Cylindrical-coordinate representation of color #FFD871: hue angle of 43.52º 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 #FFD871 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 216 113 -
CMYK 0 0.15 0.56 0
HSL 43.52º 1% 0.72% -
HSV(B) 43.52º 0.56% 1% -
XYZ 68.78 71.56 25.81 -
YUV 215.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 255 216 113 0 0.15 0.56 0 43.52 1 0.72
Hex FF D8 71 0 F 38 0 2C 64 48
Octal 377 330 161 0 17 70 0 54 144 110
Binary 11111111 11011000 1110001 0 1111 111000 0 101100 1100100 1001000

Color Harmonies of #FFD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD871

Black with #FFD871

Text Example


Text Example

White with #FFD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD871; }

 p { color: rgb(255,216,113); }

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

background-color css

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

 a { background-color: rgb(255,216,113); }

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

border-color css

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

 span { border-color: rgb(255,216,113); }

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