Html Css Color HEX #FDD952 Mustard

📋 copy color: '#FDD952'

red 253 ◦ green 217 ◦ blue 82

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

Shades of Mustard #FDD952

Tints of Mustard #FDD952

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

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

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

R = 45.83%
G = 39.31%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD952 (or 0xFDD952) is known color: Mustard. HEX triplet: FD, D9 and 52. RGB value is (253,217,82). Sum of RGB (Red+Green+Blue) = 253+217+82=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD952 is #0226AD. Grayscale: #D4D4D4. Windows color (decimal): -140974 or 5429757. OLE color: 5429757.

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

Color convert

RGB 253 217 82 -
CMYK 0 0.14 0.68 0.01
HSL 47.37º 0.98% 0.66% -
HSV(B) 47.37º 0.68% 0.99% -
XYZ 66.84 71.12 18.19 -
YUV 212.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 253 217 82 0 0.14 0.68 0.01 47.37 0.98 0.66
Hex FD D9 52 0 E 44 1 2F 62 42
Octal 375 331 122 0 16 104 1 57 142 102
Binary 11111101 11011001 1010010 0 1110 1000100 1 101111 1100010 1000010

Color Harmonies of #FDD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD952

Black with #FDD952

Text Example


Text Example

White with #FDD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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