Html Css Color HEX #FCBC6E Macaroni And Cheese

📋 copy color: '#FCBC6E'

red 252 ◦ green 188 ◦ blue 110

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

Shades of Macaroni And Cheese #FCBC6E

Tints of Macaroni And Cheese #FCBC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 110 (43.36% from 255) = 20%

R = 45.82%
G = 34.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCBC6E (or 0xFCBC6E) is known color: Macaroni And Cheese. HEX triplet: FC, BC and 6E. RGB value is (252,188,110). Sum of RGB (Red+Green+Blue) = 252+188+110=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC6E is #034391. Grayscale: #C6C6C6. Windows color (decimal): -213906 or 7257340. OLE color: 7257340.

HSL color Cylindrical-coordinate representation of color #FCBC6E: hue angle of 32.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCBC6E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 110 -
CMYK 0 0.25 0.56 0.01
HSL 32.96º 0.96% 0.71% -
HSV(B) 32.96º 0.56% 0.99% -
XYZ 60.94 57.79 22.69 -
YUV 198.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 252 188 110 0 0.25 0.56 0.01 32.96 0.96 0.71
Hex FC BC 6E 0 19 38 1 21 60 47
Octal 374 274 156 0 31 70 1 41 140 107
Binary 11111100 10111100 1101110 0 11001 111000 1 100001 1100000 1000111

Color Harmonies of #FCBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC6E

Black with #FCBC6E

Text Example


Text Example

White with #FCBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC6E; }

 p { color: rgb(252,188,110); }

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

background-color css

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

 a { background-color: rgb(252,188,110); }

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

border-color css

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

 span { border-color: rgb(252,188,110); }

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