Html Css Color HEX #FED852 Mustard

📋 copy color: '#FED852'

red 254 ◦ green 216 ◦ blue 82

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

Shades of Mustard #FED852

Tints of Mustard #FED852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.86%

R = 46.01%
G = 39.13%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FED852 (or 0xFED852) is known color: Mustard. HEX triplet: FE, D8 and 52. RGB value is (254,216,82). Sum of RGB (Red+Green+Blue) = 254+216+82=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED852 is #0127AD. Grayscale: #D4D4D4. Windows color (decimal): -75694 or 5429502. OLE color: 5429502.

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

Color convert

RGB 254 216 82 -
CMYK 0 0.15 0.68 0.00
HSL 46.74º 0.99% 0.66% -
HSV(B) 46.74º 0.68% 1% -
XYZ 66.95 70.79 18.12 -
YUV 212.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 254 216 82 0 0.15 0.68 0.00 46.74 0.99 0.66
Hex FE D8 52 0 F 44 0 2F 63 42
Octal 376 330 122 0 17 104 0 57 143 102
Binary 11111110 11011000 1010010 0 1111 1000100 0 101111 1100011 1000010

Color Harmonies of #FED852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED852

Black with #FED852

Text Example


Text Example

White with #FED852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED852; }

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

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

background-color css

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

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

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

border-color css

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

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

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