Html Css Color HEX #FDC384 Macaroni And Cheese

📋 copy color: '#FDC384'

red 253 ◦ green 195 ◦ blue 132

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

Shades of Macaroni And Cheese #FDC384

Tints of Macaroni And Cheese #FDC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.62%

 BLUE value IS 132 (51.95% from 255) = 22.76%

R = 43.62%
G = 33.62%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDC384 (or 0xFDC384) is known color: Macaroni And Cheese. HEX triplet: FD, C3 and 84. RGB value is (253,195,132). Sum of RGB (Red+Green+Blue) = 253+195+132=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC384 is #023C7B. Grayscale: #CDCDCD. Windows color (decimal): -146556 or 8700925. OLE color: 8700925.

HSL color Cylindrical-coordinate representation of color #FDC384: hue angle of 31.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDC384 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 132 -
CMYK 0 0.23 0.48 0.01
HSL 31.24º 0.97% 0.75% -
HSV(B) 31.24º 0.48% 0.99% -
XYZ 64.19 61.58 30.33 -
YUV 205.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 253 195 132 0 0.23 0.48 0.01 31.24 0.97 0.75
Hex FD C3 84 0 17 30 1 1F 61 4B
Octal 375 303 204 0 27 60 1 37 141 113
Binary 11111101 11000011 10000100 0 10111 110000 1 11111 1100001 1001011

Color Harmonies of #FDC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC384

Black with #FDC384

Text Example


Text Example

White with #FDC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC384; }

 p { color: rgb(253,195,132); }

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

background-color css

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

 a { background-color: rgb(253,195,132); }

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

border-color css

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

 span { border-color: rgb(253,195,132); }

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