Html Css Color HEX #FDC180 Macaroni And Cheese

📋 copy color: '#FDC180'

red 253 ◦ green 193 ◦ blue 128

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

Shades of Macaroni And Cheese #FDC180

Tints of Macaroni And Cheese #FDC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.62%

 BLUE value IS 128 (50.39% from 255) = 22.3%

R = 44.08%
G = 33.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDC180 (or 0xFDC180) is known color: Macaroni And Cheese. HEX triplet: FD, C1 and 80. RGB value is (253,193,128). Sum of RGB (Red+Green+Blue) = 253+193+128=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC180 is #023E7F. Grayscale: #CBCBCB. Windows color (decimal): -147072 or 8438269. OLE color: 8438269.

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

Color convert

RGB 253 193 128 -
CMYK 0 0.24 0.49 0.01
HSL 31.2º 0.97% 0.75% -
HSV(B) 31.2º 0.49% 0.99% -
XYZ 63.47 60.58 28.77 -
YUV 203.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 253 193 128 0 0.24 0.49 0.01 31.2 0.97 0.75
Hex FD C1 80 0 18 31 1 1F 61 4B
Octal 375 301 200 0 30 61 1 37 141 113
Binary 11111101 11000001 10000000 0 11000 110001 1 11111 1100001 1001011

Color Harmonies of #FDC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC180

Black with #FDC180

Text Example


Text Example

White with #FDC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC180; }

 p { color: rgb(253,193,128); }

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

background-color css

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

 a { background-color: rgb(253,193,128); }

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

border-color css

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

 span { border-color: rgb(253,193,128); }

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