Html Css Color HEX #FCC385 Macaroni And Cheese

📋 copy color: '#FCC385'

red 252 ◦ green 195 ◦ blue 133

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

Shades of Macaroni And Cheese #FCC385

Tints of Macaroni And Cheese #FCC385

RGB

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

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

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

R = 43.45%
G = 33.62%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC385 (or 0xFCC385) is known color: Macaroni And Cheese. HEX triplet: FC, C3 and 85. RGB value is (252,195,133). Sum of RGB (Red+Green+Blue) = 252+195+133=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC385 is #033C7A. Grayscale: #CDCDCD. Windows color (decimal): -212091 or 8766460. OLE color: 8766460.

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

Color convert

RGB 252 195 133 -
CMYK 0 0.23 0.47 0.01
HSL 31.26º 0.95% 0.75% -
HSV(B) 31.26º 0.47% 0.99% -
XYZ 63.89 61.42 30.68 -
YUV 204.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 252 195 133 0 0.23 0.47 0.01 31.26 0.95 0.75
Hex FC C3 85 0 17 2F 1 1F 5F 4B
Octal 374 303 205 0 27 57 1 37 137 113
Binary 11111100 11000011 10000101 0 10111 101111 1 11111 1011111 1001011

Color Harmonies of #FCC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC385

Black with #FCC385

Text Example


Text Example

White with #FCC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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