Html Css Color HEX #FDD754 Mustard

📋 copy color: '#FDD754'

red 253 ◦ green 215 ◦ blue 84

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

Shades of Mustard #FDD754

Tints of Mustard #FDD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.95%

 BLUE value IS 84 (33.2% from 255) = 15.22%

R = 45.83%
G = 38.95%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDD754 (or 0xFDD754) is known color: Mustard. HEX triplet: FD, D7 and 54. RGB value is (253,215,84). Sum of RGB (Red+Green+Blue) = 253+215+84=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD754 is #0228AB. Grayscale: #D3D3D3. Windows color (decimal): -141484 or 5560317. OLE color: 5560317.

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

Color convert

RGB 253 215 84 -
CMYK 0 0.15 0.67 0.01
HSL 46.51º 0.98% 0.66% -
HSV(B) 46.51º 0.67% 0.99% -
XYZ 66.41 70.12 18.42 -
YUV 211.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 253 215 84 0 0.15 0.67 0.01 46.51 0.98 0.66
Hex FD D7 54 0 F 43 1 2F 62 42
Octal 375 327 124 0 17 103 1 57 142 102
Binary 11111101 11010111 1010100 0 1111 1000011 1 101111 1100010 1000010

Color Harmonies of #FDD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD754

Black with #FDD754

Text Example


Text Example

White with #FDD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD754; }

 p { color: rgb(253,215,84); }

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

background-color css

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

 a { background-color: rgb(253,215,84); }

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

border-color css

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

 span { border-color: rgb(253,215,84); }

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