Html Css Color HEX #FED485 Salomie

📋 copy color: '#FED485'

red 254 ◦ green 212 ◦ blue 133

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

Shades of Salomie #FED485

Tints of Salomie #FED485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.39%

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 42.4%
G = 35.39%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED485 (or 0xFED485) is known color: Salomie. HEX triplet: FE, D4 and 85. RGB value is (254,212,133). Sum of RGB (Red+Green+Blue) = 254+212+133=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED485 is #012B7A. Grayscale: #D7D7D7. Windows color (decimal): -76667 or 8770814. OLE color: 8770814.

HSL color Cylindrical-coordinate representation of color #FED485: hue angle of 39.17º 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 #FED485 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 133 -
CMYK 0 0.17 0.48 0.00
HSL 39.17º 0.98% 0.76% -
HSV(B) 39.17º 0.48% 1% -
XYZ 68.65 69.85 32.05 -
YUV 215.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 254 212 133 0 0.17 0.48 0.00 39.17 0.98 0.76
Hex FE D4 85 0 11 30 0 27 62 4C
Octal 376 324 205 0 21 60 0 47 142 114
Binary 11111110 11010100 10000101 0 10001 110000 0 100111 1100010 1001100

Color Harmonies of #FED485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED485

Black with #FED485

Text Example


Text Example

White with #FED485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED485; }

 p { color: rgb(254,212,133); }

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

background-color css

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

 a { background-color: rgb(254,212,133); }

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

border-color css

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

 span { border-color: rgb(254,212,133); }

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