Html Css Color HEX #FED87F Salomie

📋 copy color: '#FED87F'

red 254 ◦ green 216 ◦ blue 127

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

Shades of Salomie #FED87F

Tints of Salomie #FED87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.27%

R = 42.55%
G = 36.18%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED87F (or 0xFED87F) is known color: Salomie. HEX triplet: FE, D8 and 7F. RGB value is (254,216,127). Sum of RGB (Red+Green+Blue) = 254+216+127=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED87F is #012780. Grayscale: #D9D9D9. Windows color (decimal): -75649 or 8378622. OLE color: 8378622.

HSL color Cylindrical-coordinate representation of color #FED87F: hue angle of 42.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED87F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 127 -
CMYK 0 0.15 0.50 0.00
HSL 42.05º 0.98% 0.75% -
HSV(B) 42.05º 0.5% 1% -
XYZ 69.26 71.71 30.27 -
YUV 217.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 254 216 127 0 0.15 0.50 0.00 42.05 0.98 0.75
Hex FE D8 7F 0 F 32 0 2A 62 4B
Octal 376 330 177 0 17 62 0 52 142 113
Binary 11111110 11011000 1111111 0 1111 110010 0 101010 1100010 1001011

Color Harmonies of #FED87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED87F

Black with #FED87F

Text Example


Text Example

White with #FED87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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