Html Css Color HEX #FCB385 Macaroni And Cheese

📋 copy color: '#FCB385'

red 252 ◦ green 179 ◦ blue 133

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

Shades of Macaroni And Cheese #FCB385

Tints of Macaroni And Cheese #FCB385

RGB

 RED value IS 252 (98.83% from 255) = 44.68%

 GREEN value IS 179 (70.31% from 255) = 31.74%

 BLUE value IS 133 (52.34% from 255) = 23.58%

R = 44.68%
G = 31.74%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCB385 (or 0xFCB385) is known color: Macaroni And Cheese. HEX triplet: FC, B3 and 85. RGB value is (252,179,133). Sum of RGB (Red+Green+Blue) = 252+179+133=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB385 is #034C7A. Grayscale: #C3C3C3. Windows color (decimal): -216187 or 8762364. OLE color: 8762364.

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

Color convert

RGB 252 179 133 -
CMYK 0 0.29 0.47 0.01
HSL 23.19º 0.95% 0.75% -
HSV(B) 23.19º 0.47% 0.99% -
XYZ 60.5 54.63 29.55 -
YUV 195.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 252 179 133 0 0.29 0.47 0.01 23.19 0.95 0.75
Hex FC B3 85 0 1D 2F 1 17 5F 4B
Octal 374 263 205 0 35 57 1 27 137 113
Binary 11111100 10110011 10000101 0 11101 101111 1 10111 1011111 1001011

Color Harmonies of #FCB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB385

Black with #FCB385

Text Example


Text Example

White with #FCB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB385; }

 p { color: rgb(252,179,133); }

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

background-color css

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

 a { background-color: rgb(252,179,133); }

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

border-color css

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

 span { border-color: rgb(252,179,133); }

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