Html Css Color HEX #FDD852 Mustard

📋 copy color: '#FDD852'

red 253 ◦ green 216 ◦ blue 82

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

Shades of Mustard #FDD852

Tints of Mustard #FDD852

RGB

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

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

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

R = 45.92%
G = 39.2%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD852 (or 0xFDD852) is known color: Mustard. HEX triplet: FD, D8 and 52. RGB value is (253,216,82). Sum of RGB (Red+Green+Blue) = 253+216+82=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD852 is #0227AD. Grayscale: #D4D4D4. Windows color (decimal): -141230 or 5429501. OLE color: 5429501.

HSL color Cylindrical-coordinate representation of color #FDD852: hue angle of 47.02º 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 #FDD852 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 82 -
CMYK 0 0.15 0.68 0.01
HSL 47.02º 0.98% 0.66% -
HSV(B) 47.02º 0.68% 0.99% -
XYZ 66.59 70.6 18.1 -
YUV 211.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 253 216 82 0 0.15 0.68 0.01 47.02 0.98 0.66
Hex FD D8 52 0 F 44 1 2F 62 42
Octal 375 330 122 0 17 104 1 57 142 102
Binary 11111101 11011000 1010010 0 1111 1000100 1 101111 1100010 1000010

Color Harmonies of #FDD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD852

Black with #FDD852

Text Example


Text Example

White with #FDD852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD852; }

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

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

background-color css

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

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

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

border-color css

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

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

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