Html Css Color HEX #FFD952 Mustard

📋 copy color: '#FFD952'

red 255 ◦ green 217 ◦ blue 82

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

Shades of Mustard #FFD952

Tints of Mustard #FFD952

RGB

 RED value IS 255 (100% from 255) = 46.03%

 GREEN value IS 217 (85.16% from 255) = 39.17%

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

R = 46.03%
G = 39.17%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFD952 (or 0xFFD952) is known color: Mustard. HEX triplet: FF, D9 and 52. RGB value is (255,217,82). Sum of RGB (Red+Green+Blue) = 255+217+82=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD952 is #0026AD. Grayscale: #D5D5D5. Windows color (decimal): -9902 or 5429759. OLE color: 5429759.

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

Color convert

RGB 255 217 82 -
CMYK 0 0.15 0.68 0
HSL 46.82º 1% 0.66% -
HSV(B) 46.82º 0.68% 1% -
XYZ 67.58 71.49 18.22 -
YUV 212.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 255 217 82 0 0.15 0.68 0 46.82 1 0.66
Hex FF D9 52 0 F 44 0 2F 64 42
Octal 377 331 122 0 17 104 0 57 144 102
Binary 11111111 11011001 1010010 0 1111 1000100 0 101111 1100100 1000010

Color Harmonies of #FFD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD952

Black with #FFD952

Text Example


Text Example

White with #FFD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD952; }

 p { color: rgb(255,217,82); }

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

background-color css

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

 a { background-color: rgb(255,217,82); }

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

border-color css

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

 span { border-color: rgb(255,217,82); }

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