Html Css Color HEX #FDD654 Mustard

📋 copy color: '#FDD654'

red 253 ◦ green 214 ◦ blue 84

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

Shades of Mustard #FDD654

Tints of Mustard #FDD654

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

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

R = 45.92%
G = 38.84%
B = 15.25%

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

#FDD654 (or 0xFDD654) is known color: Mustard. HEX triplet: FD, D6 and 54. RGB value is (253,214,84). Sum of RGB (Red+Green+Blue) = 253+214+84=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 84 (33.20% from 255 or 15.25% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD654 is #0229AB. Grayscale: #D3D3D3. Windows color (decimal): -141740 or 5560061. OLE color: 5560061.

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

Color convert

RGB 253 214 84 -
CMYK 0 0.15 0.67 0.01
HSL 46.15º 0.98% 0.66% -
HSV(B) 46.15º 0.67% 0.99% -
XYZ 66.15 69.62 18.34 -
YUV 210.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 253 214 84 0 0.15 0.67 0.01 46.15 0.98 0.66
Hex FD D6 54 0 F 43 1 2E 62 42
Octal 375 326 124 0 17 103 1 56 142 102
Binary 11111101 11010110 1010100 0 1111 1000011 1 101110 1100010 1000010

Color Harmonies of #FDD654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD654

Black with #FDD654

Text Example


Text Example

White with #FDD654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD654; }

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

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

background-color css

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

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

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

border-color css

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

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

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