Html Css Color HEX #FED584 Salomie

📋 copy color: '#FED584'

red 254 ◦ green 213 ◦ blue 132

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

Shades of Salomie #FED584

Tints of Salomie #FED584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

 BLUE value IS 132 (51.95% from 255) = 22.04%

R = 42.4%
G = 35.56%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED584 (or 0xFED584) is known color: Salomie. HEX triplet: FE, D5 and 84. RGB value is (254,213,132). Sum of RGB (Red+Green+Blue) = 254+213+132=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED584 is #012A7B. Grayscale: #D8D8D8. Windows color (decimal): -76412 or 8705534. OLE color: 8705534.

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

Color convert

RGB 254 213 132 -
CMYK 0 0.16 0.48 0.00
HSL 39.84º 0.98% 0.76% -
HSV(B) 39.84º 0.48% 1% -
XYZ 68.83 70.33 31.78 -
YUV 216.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 254 213 132 0 0.16 0.48 0.00 39.84 0.98 0.76
Hex FE D5 84 0 10 30 0 28 62 4C
Octal 376 325 204 0 20 60 0 50 142 114
Binary 11111110 11010101 10000100 0 10000 110000 0 101000 1100010 1001100

Color Harmonies of #FED584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED584

Black with #FED584

Text Example


Text Example

White with #FED584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED584; }

 p { color: rgb(254,213,132); }

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

background-color css

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

 a { background-color: rgb(254,213,132); }

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

border-color css

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

 span { border-color: rgb(254,213,132); }

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