Html Css Color HEX #FED871 Salomie

📋 copy color: '#FED871'

red 254 ◦ green 216 ◦ blue 113

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

Shades of Salomie #FED871

Tints of Salomie #FED871

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

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

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

R = 43.57%
G = 37.05%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED871 (or 0xFED871) is known color: Salomie. HEX triplet: FE, D8 and 71. RGB value is (254,216,113). Sum of RGB (Red+Green+Blue) = 254+216+113=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED871 is #01278E. Grayscale: #D8D8D8. Windows color (decimal): -75663 or 7461118. OLE color: 7461118.

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

Color convert

RGB 254 216 113 -
CMYK 0 0.15 0.56 0.00
HSL 43.83º 0.99% 0.72% -
HSV(B) 43.83º 0.56% 1% -
XYZ 68.41 71.37 25.79 -
YUV 215.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 254 216 113 0 0.15 0.56 0.00 43.83 0.99 0.72
Hex FE D8 71 0 F 38 0 2C 63 48
Octal 376 330 161 0 17 70 0 54 143 110
Binary 11111110 11011000 1110001 0 1111 111000 0 101100 1100011 1001000

Color Harmonies of #FED871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED871

Black with #FED871

Text Example


Text Example

White with #FED871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED871; }

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

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

background-color css

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

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

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

border-color css

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

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

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