Html Css Color HEX #FED87B Salomie

📋 copy color: '#FED87B'

red 254 ◦ green 216 ◦ blue 123

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

Shades of Salomie #FED87B

Tints of Salomie #FED87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.74%

R = 42.83%
G = 36.42%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED87B (or 0xFED87B) is known color: Salomie. HEX triplet: FE, D8 and 7B. RGB value is (254,216,123). Sum of RGB (Red+Green+Blue) = 254+216+123=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED87B is #012784. Grayscale: #D9D9D9. Windows color (decimal): -75653 or 8116478. OLE color: 8116478.

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

Color convert

RGB 254 216 123 -
CMYK 0 0.15 0.52 0.00
HSL 42.6º 0.98% 0.74% -
HSV(B) 42.6º 0.52% 1% -
XYZ 69 71.61 28.92 -
YUV 216.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 254 216 123 0 0.15 0.52 0.00 42.6 0.98 0.74
Hex FE D8 7B 0 F 34 0 2B 62 4A
Octal 376 330 173 0 17 64 0 53 142 112
Binary 11111110 11011000 1111011 0 1111 110100 0 101011 1100010 1001010

Color Harmonies of #FED87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED87B

Black with #FED87B

Text Example


Text Example

White with #FED87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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